forked from bootwindui/vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 996 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 996 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
{
"name": "Bootwind-Template",
"version": "0.0.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"apexcharts": "^3.19.2",
"register-service-worker": "^1.7.1",
"vee-validate": "^3.3.5",
"vue": "^2.6.11",
"vue-apexcharts": "^1.5.3",
"vue-i18n": "^8.18.2",
"vue-prism-editor": "^0.6.1",
"vue-router": "^3.2.0",
"vue-scrollto": "^2.18.1",
"vuedraggable": "^2.23.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-pwa": "^4.4.0",
"@vue/cli-plugin-router": "^4.4.0",
"@vue/cli-plugin-vuex": "^4.4.0",
"@vue/cli-service": "^4.4.0",
"sass-loader": "^8.0.2",
"vue-cli-plugin-tailwind": "^1.4.1",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}