-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "anon-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.19.2",
"domino": "^2.1.5",
"formik": "^2.1.4",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"moment": "^2.27.0",
"next": "9.4.4",
"page-metadata-parser": "^1.1.4",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "^7.2.0",
"react-reveal": "^1.2.2",
"react-toastify": "^6.0.8",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass": "^1.26.9",
"socket.io-client": "^2.3.0",
"uuid": "^8.2.0",
"yup": "^0.29.1"
},
"devDependencies": {
"autoprefixer": "^9.8.4",
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-standard": "^4.0.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.6"
}
}