forked from IntelligentQuantum/IntelligentQuantum.GitHub.IO
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
99 lines (99 loc) · 3.56 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "im-parsa.github.io",
"version": "3.4.8",
"homepage": "https://parsa-firoozi.ir/",
"author": {
"email": "[email protected]",
"name": "im-parsa",
"url": "https://parsa-firoozi.ir/"
},
"main": "server.js",
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "NODE_OPTIONS=--max_old_space_size=512 next build",
"start": "NODE_ENV=production node server.js",
"start:next": "next start",
"minify:images": "rm -r ./public/static/images/* && node images-minifier.js",
"minify:images:win": "rmdir /s C:\\Users\\im-parsa\\Documents\\GitHub\\im-parsa.github.io\\public\\static\\images && node images-minifier.js",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
"lint:scss": "stylelint \"src/styles/**/*.scss\" --custom-syntax postcss-scss",
"lint:scss:fix": "npm run lint:scss -- --fix"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.4",
"axios": "^0.27.2",
"browser_fingerprint": "^2.0.4",
"classnames": "^2.3.1",
"dotenv": "^16.0.1",
"framer-motion": "^7.1.0",
"gifsicle": "^5.2.1",
"html-react-parser": "^1.4.12",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"jsdom": "^20.0.0",
"lru-cache": "^7.13.2",
"moment": "^2.29.3",
"mongodb": "^4.8.1",
"mongoose": "^6.5.1",
"next": "^12.2.5",
"next-react-svg": "^1.1.3",
"next-redux-wrapper": "^7.0.5",
"nextjs-cors": "^2.1.1",
"node-fetch": "^3.2.10",
"postcss-scss": "^4.0.4",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-countup": "^6.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.2",
"react-spring": "^9.5.2",
"react-string-replace": "^1.1.0",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"request-ip": "^3.3.0",
"sass": "^1.49.11",
"sharp": "^0.30.6",
"swiper": "^8.3.2",
"uuid": "^8.3.2",
"validator": "^13.7.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.2.3",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@tippyjs/react": "^4.2.6",
"@types/jest": "^27.5.2",
"@types/jsdom": "^20.0.0",
"@types/lru-cache": "^7.10.10",
"@types/node": "17.0.23",
"@types/react": "^18.0.17",
"@types/react-animations": "^1.0.0",
"@types/react-dom": "17.0.14",
"@types/react-typing-effect": "^2.0.3",
"@types/redux-logger": "^3.0.9",
"@types/request-ip": "^0.0.37",
"@types/uuid": "^8.3.4",
"@types/validator": "^13.7.4",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"compress-images": "^2.0.5",
"eslint": "8.19.0",
"eslint-config-next": "12.1.4",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.2.4",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.1",
"stylelint": "14.9.1",
"stylelint-config-standard": "26.0.0",
"typescript": "4.7.4",
"url-loader": "^4.1.1"
}
}