forked from vuex-orm/vuex-orm-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 786 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
{
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
"@vue/cli-plugin-eslint": "^3.0.0-beta.15",
"@vue/cli-service": "^3.0.0-beta.15",
"@vue/eslint-config-standard": "^3.0.0-rc.3",
"@vuex-orm/core": "git+https://github.com/ruddenchaux/vuex-orm.git#extend-model",
"normalize.css": "^8.0.0",
"postcss-css-variables": "^0.9.0",
"postcss-import": "^11.1.0",
"postcss-nested": "^3.0.0",
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1",
"webpack-api-mocker": "^1.5.9"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}