forked from roketid/windmill-dashboard-nextjs-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1005 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
38
39
40
41
{
"name": "rsolve-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.4.0",
"chart.js": "^3.6.1",
"classnames": "^2.3.1",
"cookie": "^0.5.0",
"jsonwebtoken": "^9.0.1",
"next": "11.1.2",
"nookies": "^2.5.2",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "17.0.2"
},
"devDependencies": {
"@roketid/windmill-react-ui": "^0.1.1",
"@svgr/webpack": "^6.1.0",
"@types/axios": "^0.14.0",
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/nookies": "^2.0.3",
"@types/prop-types": "^15.7.5",
"@types/react": "17.0.21",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.12",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22",
"typescript": "4.4.3"
}
}