-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 931 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 931 Bytes
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": "studo.js-web",
"version": "0.1.0",
"author": "j4k0xb",
"license": "GPL-3.0",
"scripts": {
"netlify": "npx netlify dev",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": "https://github.com/studojs/studo.js-web",
"dependencies": {
"debounce": "^1.2.1",
"linkify-string": "^4.1.0",
"linkifyjs": "^4.1.0",
"naive-ui": "^2.34.3",
"pinia": "^2.0.28",
"studo.js": "^1.0.1",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@netlify/functions": "^1.4.0",
"@types/debounce": "^1.2.1",
"@vicons/carbon": "^0.12.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/compiler-sfc": "^3.2.45",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"typescript": "^4.9.4",
"unplugin-vue-components": "^0.22.12",
"vfonts": "^0.1.0",
"vite": "^4.0.4"
}
}