-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "bonik-react",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"build-static-page": "next build && next export",
"start": "next start -p $PORT",
"type-check": "tsc",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@styled-system/theme-get": "^5.1.2",
"chart.js": "^3.6.0",
"clsx": "^1.1.1",
"date-fns": "^2.26.0",
"formik": "^2.2.9",
"lodash": "^4.17.20",
"next": "^12.0.4",
"nprogress": "^0.2.0",
"pure-react-carousel": "^1.27.8",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-paginate": "^8.0.1",
"react-scroll": "^1.8.2",
"react-select": "^5.2.1",
"react-svg": "^14.1.3",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/lodash": "^4.14.167",
"@types/node": "^16.11.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.7",
"@types/styled-system": "^5.1.10",
"babel-plugin-styled-components": "^2.0.2",
"react-context-devtool": "^2.0.3",
"typescript": "^4.5.2"
},
"license": "MIT"
}