-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 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
{
"name": "sysx",
"private": true,
"version": "1.2.0",
"scripts": {
"dev": "vite",
"build": "node ./script/data2json.js && vue-tsc --noEmit && vite build",
"build:github": "node ./script/data2json.js && vue-tsc --noEmit && vite build --base=/sysx/",
"build:local": "vue-tsc --noEmit && vite build --base=/sysx/ && cp -rfv ./dist/* /c/code/blog/public/sysx/ ",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@types/lodash-es": "^4.17.7",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"vite-plugin-pwa": "^0.14.7",
"vue": "^3.3.11",
"vue-lazyload": "3.0.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"sass": "^1.54.4",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vue-tsc": "^1.8.27"
}
}