-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "thegoodmobileui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:e2e": "vue-cli-service test:e2e",
"build:serve": "npm run build && cd dist && pythonServe 9843",
"deploy": "bash deploy.sh"
},
"dependencies": {
"core-js": "^2.6.5",
"debounce": "^1.1.0",
"he": "^1.1.1",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-analytics": "^5.12.1",
"vue-lazyload": "^1.2.6",
"vue-masonry-css": "^1.0.0",
"vue-router": "^3.0.3",
"vue-scrollto": "^2.8.0",
"vue-visible": "^1.0.2",
"vuetify": "^1.5.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-e2e-cypress": "^3.6.0",
"@vue/cli-plugin-pwa": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"css-loader": "^2.1.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.21"
}
}