-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
48
49
50
{
"name": "trifoliate5",
"private": true,
"version": "0.0.1",
"repository": "https://github.com/Crtrpt/trifoliate5",
"scripts": {
"dev": "vite",
"pre": "node script/pre.mjs",
"build": "node script/pre.mjs && vite build",
"build_emit": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "jest",
"test-c": "jest --coverage"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@headlessui/vue": "^1.6.0",
"ant-design-vue": "^3.2.0",
"chart.js": "^3.7.1",
"d3": "^7.4.4",
"element-plus": "^2.1.10",
"keyboardjs": "^2.6.4",
"nanopop": "^2.1.0",
"pinia": "^2.0.14",
"qs": "^6.10.3",
"vue": "^3.2.25",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/d3": "^7.1.0",
"@types/jest": "^27.4.1",
"@types/qs": "^6.9.7",
"@types/vue-i18n": "^7.0.0",
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.4",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"sass": "^1.50.1",
"tailwindcss": "^3.0.24",
"ts-jest": "^27.1.4",
"typescript": "^4.5.4",
"vite": "^2.9.5",
"vite-plugin-pwa": "^0.12.0",
"vue-tsc": "^0.34.7"
}
}