-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 927 Bytes
/
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
{
"name": "code-annotation-tool",
"license": "MIT",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.0",
"html2canvas": "^1.2.1",
"lz-string": "^1.4.4",
"material-colors-ts": "^1.0.4",
"patch-package": "^6.4.7",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux-persist": "^6.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/lz-string": "^1.3.34",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.8",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react-refresh": "^1.1.0",
"sass": "^1.36.0",
"typescript": "^4.1.2",
"vite": "^2.0.0-beta.70"
}
}