-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.49 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "guess-the-cat",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"alias": {
"process": false
},
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@parcel/config-default": "^2.7.0",
"@rollup/plugin-commonjs": "^22.0.2",
"base64-blob": "^1.4.1",
"chakra-ui-steps": "^1.7.4",
"constate": "^3.3.2",
"framer-motion": "^7.3.5",
"lodash": "^4.17.21",
"loglevel": "^1.8.0",
"parcel": "^2.7.0",
"peerjs": "^1.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.0",
"react-timer-hook": "^3.0.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-swc3": "^0.6.0",
"snarkyjs": "0.6.0",
"usehooks-ts": "^2.6.0",
"zk-p2p-guess": "github:stove-labs/zk-p2p-guess"
},
"peerDependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@chakra-ui/storybook-addon": "^4.0.11",
"@parcel/transformer-typescript-tsc": "^2.7.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack4": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack4": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@swc/core": "^1.3.2",
"@types/node": "^18.7.16",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"babel-loader": "^8.2.5",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-storybook": "^0.6.4",
"prettier": "^2.7.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-swc": "^0.2.1",
"typescript": "^4.8.3",
"webpack": "^5.74.0"
}
}