-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "pnpm lint",
"lint": "pnpm run lint:eslint && pnpm run lint:stylelint",
"lint:eslint": "next lint",
"lint:stylelint": "stylelint src/styles/**/*.scss",
"prepare": "husky install"
},
"dependencies": {
"@fontsource/lalezar": "^4.5.1",
"@persian-tools/persian-tools": "^3.2.1",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/jump.js": "^1.0.4",
"autoprefixer": "^10.4.2",
"axios": "^0.25.0",
"gumshoejs": "^5.1.2",
"hamburgers": "^1.1.3",
"jump.js": "^1.0.2",
"moment": "^2.29.1",
"next": "^12.1.0",
"postcss": "^8.4.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"remixicon": "^2.5.0",
"sass": "^1.49.0",
"sharp": "^0.30.5",
"sweetalert2": "^11.3.10",
"swiper": "^8.0.5",
"swr": "^1.2.0",
"tailwindcss": "^3.0.17",
"twitter-api-v2": "^1.10.0",
"vazir-font": "^30.1.0"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@svgr/webpack": "^6.2.0",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"all-contributors-cli": "^6.20.0",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"stylelint": "^14.3.0",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^3.0.0",
"typescript": "4.5.4"
}
}