-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.54 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
51
52
53
{
"name": "vue-sienna",
"description": "VueJS - Vuetfiy3 Playground",
"version": "1.0.2",
"private": false,
"author": "Santiago Aloi <santiago@skriptag.com> (https://github.com/santiagoaloi/)",
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/santiagoald"
},
"repository": {
"type": "git",
"url": "https://github.com/santiagoaloi/VueSienna.git"
},
"scripts": {
"dev": "vite --open",
"build": "vite build",
"build:github": "vite build --mode github --base=/VueSienna/ && gh-pages -d dist",
"preview": "vite build && vite preview --open",
"preview:dist": "vite preview"
},
"dependencies": {
"firebase": "^9.14.0",
"gh-pages": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"pinia": "^2.0.22",
"pinia-plugin-persistedstate": "^2.4.0",
"sortablejs": "^1.15.0",
"sortablejs-vue3": "^1.2.2",
"vee-validate": "^4.7.3",
"vue": "^3.2.45",
"vue-chemistry": "^0.2.2",
"vue-router": "^4.1.5",
"vuetify": "^3.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@mdi/js": "6.2.95",
"@vitejs/plugin-basic-ssl": "^0.1.2",
"@vitejs/plugin-vue": "^3.1.0",
"nprogress": "^0.2.0",
"sass": "^1.56.1",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"unplugin-vue-macros": "^0.11.2",
"vite": "^3.2.1",
"vite-plugin-fonts": "^0.6.0",
"vite-plugin-pages": "^0.26.0",
"vite-plugin-remove-console": "^1.1.0",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vuetify": "^1.0.0-alpha.12"
}
}