-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "jigsaw",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"postbuild": "cd scripts && sh clean.sh"
},
"dependencies": {
"axios": "^0.21.1",
"dayjs": "^1.10.4",
"immer": "^8.0.1",
"js-base64": "^3.6.0",
"lodash-es": "^4.17.20",
"lottie-react": "^2.1.0",
"mobile-drag-drop": "^2.3.0-rc.2",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-clipboard.js": "^2.0.7",
"react-dom": "^17.0.1",
"react-draggable-tags": "^1.0.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.0.0",
"socket.io-client": "2.2.0",
"styled-components": "^5.2.1",
"zustand": "^3.3.1"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "2.0.4",
"@snowpack/plugin-react-refresh": "2.3.7",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/plugin-webpack": "2.1.1",
"@types/lodash-es": "^4.17.4",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-lottie": "^1.2.5",
"@types/react-router-dom": "^5.1.7",
"@types/snowpack-env": "^2.3.3",
"@types/socket.io-client": "^1.4.35",
"@types/styled-components": "^5.1.7",
"husky": "^5.0.9",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"snowpack": "2.17.1",
"typescript": "^4.1.5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}