-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
41
42
43
44
45
46
47
{
"name": "toolbox-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"deploy": "NODE_ENV=staging bash ./scripts/deploy.sh",
"add-route": "bash ./scripts/add-route.sh",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.8",
"change-case": "^5.4.4",
"color": "^4.2.3",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"gsap": "3.12.5",
"jao-icons": "^1.0.0",
"lodash": "^4.17.21",
"matter-js": "^0.19.0",
"normalize.css": "^8.0.1",
"paper": "^0.12.17",
"sass": "^1.54.9",
"stats.js": "^0.17.0",
"vue": "^3.2.37",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/dom-to-image": "^2.6.7",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.14.191",
"@types/matter-js": "^0.19.6",
"@types/node": "^20.14.12",
"@types/stats.js": "^0.17.3",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.4.0",
"typescript": "^4.6.4",
"vite": "^5.0.0",
"vue-tsc": "^1.8.27"
}
}