-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 846 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
{
"name": "pokemon-master",
"version": "0.2.2",
"private": true,
"scripts": {
"start": "serve -s dist/",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"lodash": "^4.17.11",
"register-service-worker": "^1.0.0",
"serve": "^10.0.2",
"uuid": "^3.3.2",
"vue": "^2.5.17",
"vue-analytics": "^5.22.1",
"vue-material": "^1.0.0-beta-10.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-pwa": "^3.1.1",
"@vue/cli-service": "^3.1.1",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}