-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 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
{
"name": "test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"animejs": "^3.1.0",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"firebase": "^7.6.1",
"gulp": "^4.0.2",
"gulp-imagemin": "^6.2.0",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"parcel-bundler": "^1.12.4",
"sweetalert2": "^9.5.4",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^3.1.3",
"vuefire": "^2.2.1",
"vuetify": "^2.2.0",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.0",
"stylus": "^0.54.7",
"vue-template-compiler": "^2.6.11"
},
"scripts": {
"serve": "parcel *.html",
"build": "parcel build *.html",
"production": "parcel build *.html && gulp"
}
}