-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "vue-project",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"animejs": "^3.2.1",
"gsap": "^3.10.4",
"normalize.css": "^8.0.1",
"pinia": "^2.0.14",
"vue": "^3.2.36",
"vue-kinesis": "^2.0.5",
"vue-router": "^4.0.15",
"vue3-seamless-scroll": "^1.2.0"
},
"devDependencies": {
"@types/animejs": "^3.1.4",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.36",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/test-utils": "^2.0.0",
"@vue/tsconfig": "^0.1.3",
"jsdom": "^19.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.52.3",
"typescript": "~4.7.2",
"vite": "^2.9.9",
"vitest": "^0.13.1",
"vue-tsc": "^0.35.2"
}
}