-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "zokrates-playground",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@monaco-editor/react": "^4.4.5",
"allotment": "^1.17.0",
"copy-to-clipboard": "^3.3.2",
"framer-motion": "^6.3.2",
"jsonschema": "^1.4.1",
"lodash": "^4.17.21",
"next": "12.1.5",
"nextjs": "^0.0.3",
"pako": "^2.0.4",
"pretty-bytes": "^6.1.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"rxjs": "^7.5.6",
"zokrates-js": "^1.1.7"
},
"devDependencies": {
"@types/node": "17.0.29",
"@types/pako": "^2.0.0",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"gh-pages": "^4.0.0",
"typescript": "4.6.3"
}
}