-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.95 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
{
"name": "wieldt-nextjs",
"version": "1.0.0",
"scripts": {
"dev": "node server/index.js",
"build": "next build",
"start": "next start",
"less": "lessc --js styles/wieldy.less styles/style.css"
},
"dependencies": {
"@ant-design/compatible": "^1.0.2",
"@ant-design/icons": "^4.1.0",
"@next/bundle-analyzer": "^9.4.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^4.2.4",
"antd-theme-webpack-plugin": "^1.3.4",
"app-redux": "^2.0.3",
"axios": "^0.19.2",
"babel-plugin-import": "^1.13.0",
"compression": "^1.7.4",
"cookie": "^0.4.1",
"express": "^4.17.1",
"extract-loader": "^5.0.1",
"firebase": "^7.14.4",
"instantsearch.css": "^7.3.1",
"js-cookie": "^2.2.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"less-vars-to-js": "^1.3.0",
"lessc": "^1.0.2",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"next": "^9.4.2",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.1.0",
"next-optimized-images": "^2.6.0",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "4.0.1",
"next-routes": "^1.4.2",
"nprogress": "^0.2.0",
"null-loader": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-cookie": "^4.0.3",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.18",
"react-intl": "^5.8.1",
"react-placeholder": "^3.0.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-router-redux": "^4.0.8",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"rheostat": "^4.1.0",
"url-loader": "^4.1.0",
"url-search-params": "^1.1.0",
"victory": "^34.0.0",
"webpack-bundle-analyzer": "^3.8.0"
},
"license": "ISC"
}