-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 917 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
34
35
36
37
{
"name": "my-ntu",
"private": true,
"version": "1.30.0",
"type": "module",
"scripts": {
"dev": "netlify dev",
"start": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"fmt": "prettier --write .",
"fmt.check": "prettier --check ."
},
"dependencies": {
"@vueuse/core": "^9.6.0",
"@vueuse/router": "^9.6.0",
"cheerio": "^1.0.0-rc.12",
"html-to-image": "^1.10.8",
"node-fetch-cookies": "^2.0.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0",
"vuetify": "^3.0.2"
},
"devDependencies": {
"@mdi/js": "^7.0.96",
"@netlify/functions": "^1.3.0",
"@vitejs/plugin-vue": "^3.2.0",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "1.0.9"
}
}