-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "courses-app",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"lint": "tsc --noEmit",
"build": "vite build",
"preview": "vite preview",
"test": "jest"
},
"devDependencies": {
"@quasar/extras": "^1.16.6",
"@quasar/vite-plugin": "^1.5.0",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-vue": "^2.2.0",
"d3": "^7.8.4",
"d3-fetch": "^3.0.1",
"eslint": "^8.50.0",
"graphology": "^0.23.2",
"graphology-types": "^0.23.0",
"jest": "^29.6.4",
"quasar": "^2.12.7",
"sass": "^1.32.12",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vite": "^2.8.0",
"vue": "^3.2.30",
"vue-router": "^4.2.4",
"webcola": "^3.4.0"
}
}