-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.94 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@ant-design/icons": "4.2.1",
"@next/bundle-analyzer": "^9.1.4",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.15.6",
"babel-plugin-import": "^1.13.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.13.3",
"blueimp-load-image": "^5.16.0",
"chart.js": "^3.6.0",
"cross-env": "^7.0.2",
"esm": "^3.2.25",
"firebase": "^9.6.2",
"html5-file-selector": "^2.1.0",
"less": "^4.1.2",
"less-loader": "^5.0.0",
"less-vars-to-js": "^1.3.0",
"next": "^12.0.7",
"next-auth": "4.0.0-beta.7",
"next-compose-plugins": "^2.2.1",
"next-plugin-antd-less": "^1.4.3",
"next-with-less": "^2.0.4",
"postcss-preset-env": "^6.7.0",
"rc-tween-one": "^3.0.3",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-dropzone-uploader": "^2.11.0",
"react-masonry-css": "^1.0.16",
"react-player": "^2.9.0",
"react-quill": "^1.3.5",
"react-slick": "^0.28.1",
"sass": "^1.47.0",
"slick-carousel": "^1.8.1",
"style-loader": "^3.3.0",
"styled-components": "^5.3.1",
"typescript": "^4.4.3",
"webpack": "^4.46.0"
},
"browser": {
"fs": false,
"path": false
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0"
}
}