-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "canvas-assignments-timeline-extension",
"author": "a-aznar",
"private": true,
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-vis-timeline": "^2.0.3",
"vis-data": "^7.1.7",
"vis-timeline": "^7.7.2",
"web-vitals": "^3.0.3",
"xss": "^1.0.14"
},
"devDependencies": {
"@crxjs/vite-plugin": "@crxjs/[email protected]",
"@types/chrome": "^0.0.197",
"@types/node": "^18.8.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-svgr": "^2.2.1"
},
"resolutions": {
"vis-data": "^7.0.0"
}
}