-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 940 Bytes
/
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
{
"name": "dashboard.anudeepchpaul.in",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS=--inspect next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@next/bundle-analyzer": "^9.4.4",
"@zeit/next-source-maps": "^0.0.3",
"axios": "^0.19.2",
"formik": "^2.1.5",
"framer-motion": "^2.0.0",
"next": "9.4.4",
"next-redux-wrapper": "^6.0.2",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "^7.2.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sass": "^1.26.10"
},
"devDependencies": {
"styled-components": "^5.1.1",
"styled-theming": "^2.2.0",
"terser-webpack-plugin": "^3.0.6"
}
}