-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
{
"name": "one-million-checkboxes",
"version": "1.0.0",
"description": "One million checkboxes, synced for everyone.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"predev": "rimraf .parcel-cache dist",
"dev": "parcel public/index.html",
"prebuild": "rimraf .parcel-cache dist",
"build": "parcel build public/index.html",
"new-component": "new-component"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"new-component": "^5.0.2",
"parcel": "^2.12.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"prettier": "^3.3.2",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-use": "^17.5.0",
"react-window": "^1.8.10",
"rimraf": "^5.0.7",
"socket.io-client": "^4.7.5",
"styled-components": "^6.1.11"
},
"devDependencies": {
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"path-browserify": "^1.0.1",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"timers-browserify": "^2.0.12",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
}
}