-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.43 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.43 KB
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
{
"name": "web-maple",
"version": "0.1.0",
"private": true,
"homepage": "http://0407chan.github.io/web-maple",
"scripts": {
"switch-email": "git config --global user.email 0407chan@naver.com",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "react-scripts test",
"predeploy": "pnpm build",
"gh-deploy": "pnpm predeploy && gh-pages -d build"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/react-highlight-words": "^0.16.4",
"@types/react-redux": "^7.1.25",
"antd": "^4.24.8",
"axios": "^0.21.4",
"env-cmd": "^10.1.0",
"firebase": "^7.24.0",
"google-spreadsheet": "^3.3.0",
"immutability-helper": "^3.1.1",
"react": "^18.2.0",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dnd-multi-backend": "^6.0.2",
"react-dnd-touch-backend": "^14.1.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-ga": "^3.3.1",
"react-highlight-words": "^0.20.0",
"react-is": "^17.0.2",
"react-query": "^3.39.3",
"react-redux": "^7.2.9",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"sass": "^1.60.0",
"styled-components": "^5.3.9",
"vite-plugin-checker": "^0.5.6",
"vite-tsconfig-paths": "^4.0.8"
},
"devDependencies": {
"@types/google-spreadsheet": "^3.3.1",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.23",
"@types/react": "^18.0.33",
"@types/react-dnd-multi-backend": "^6.0.2",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"babel-plugin-import": "^1.13.6",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.32.2",
"gh-pages": "^3.2.3",
"prettier": "^2.8.7",
"typescript": "^4.9.5",
"uuid": "^8.3.2",
"vite": "^4.2.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@3.0.2"
}