-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 870 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
33
{
"name": "history-project",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite build && vite preview --port 5000",
"format": "prettier src/**/*.{vue,ts} --write"
},
"dependencies": {
"@vueuse/core": "^9.6.0",
"@vueuse/integrations": "^9.6.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
"pixi-viewport": "^4.37.0",
"pixi.js": "^6.5.8",
"vue": "^3.2.41",
"vue-directive-providers": "^0.1.0",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@unocss/preset-web-fonts": "^0.46.0",
"@vitejs/plugin-vue": "^3.2.0",
"@volar-plugins/vetur": "latest",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"unocss": "^0.46.0",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.0"
}
}