-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1002 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
37
38
{
"name": "netwatcher",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@vuepic/vue-datepicker": "^7.2.2",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"d3": "^7.8.5",
"esbuild": "^0.17.14",
"sass": "^1.57.1",
"uuid": "^9.0.0",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.25",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/tsconfig": "^0.1.3",
"jsdom": "^19.0.0",
"typescript": "~4.5.5",
"vite": "^2.8.4",
"vitest": "^0.5.0",
"vue-tsc": "^0.31.4"
}
}