-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 901 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": "statsboard",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@analytics/google-analytics": "^0.5.3",
"@chakra-ui/react": "^1.8.3",
"@codemirror/lang-json": "^0.19.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@nivo/line": "^0.79.1",
"@uiw/react-codemirror": "^4.5.1",
"@xstate/react": "^2.0.0",
"analytics": "^0.8.0",
"framer-motion": "^6.2.6",
"got": "^12.0.1",
"ky": "^0.28.7",
"next": "^12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"xstate": "^4.30.0",
"zod": "^3.11.6"
},
"devDependencies": {
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "^12.1.0",
"typescript": "4.5.5"
}
}