-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
86 lines (86 loc) · 2.25 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
82
83
84
85
86
{
"name": "multibility",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/node": "^12.0.0",
"antd": "^4.20.1",
"antd-mobile": "^5.19.0",
"axios": "^0.27.2",
"bytes": "^3.1.2",
"classnames": "^2.3.1",
"clipboard-copy": "^4.0.1",
"darkreader": "^4.9.52",
"dayjs": "^1.11.4",
"draft-pad": "^0.2.6",
"immutable": "^4.1.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"paper": "^0.12.17",
"pdfjs-dist": "^2.14.305",
"rc-util": "^5.22.5",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.0",
"react-intersection-observer": "^9.3.5",
"react-responsive": "^9.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"react-swipeable": "^7.0.0",
"react-transition-group": "^4.4.2",
"socket.io-client": "^4.1.3",
"source-map-explorer": "^2.5.2",
"stats.js": "^0.17.0",
"string-hash": "^1.1.3",
"unique-names-generator": "^4.7.1",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"postinstall": "patch-package",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/bytes": "^3.1.1",
"@types/lodash": "^4.14.182",
"@types/lodash-es": "^4.17.6",
"@types/md5": "^2.3.2",
"@types/paper": "^0.12.3",
"@types/react": "^18.0.15",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.6",
"@types/react-transition-group": "^4.4.5",
"@types/stats.js": "^0.17.0",
"@types/string-hash": "^1.1.1",
"@types/uuid": "^8.3.3",
"gh-pages": "^5.0.0",
"patch-package": "^6.5.1",
"sass": "^1.53.0",
"typescript": "^4.7.4"
},
"homepage": "https://slotdumpling.github.io/multibility"
}