-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 1012 Bytes
/
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
{
"name": "win3.1",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"deploy": "npm run build && gh-pages gh-pages -d dist",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve --host 192.168.33.99"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"bootstrap": "^4.2.1",
"bootstrap-vue": "^2.0.0-rc.11",
"interactjs": "^1.3.4",
"pouchdb-browser": "^7.0.0",
"register-service-worker": "^1.5.2",
"uuid": "^3.3.2",
"vue": "^2.5.21",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-plugin-pwa": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0",
"eslint-plugin-vue": "^5.1.0",
"gh-pages": "^2.0.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.21"
}
}