-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
40
41
42
43
44
45
46
47
{
"name": "vue-vuex-registration-login-example",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/cornflourblue/vue-vuex-registration-login-example.git"
},
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --open",
"test": "mocha test/**/*.js --compilers js:babel-core/register"
},
"dependencies": {
"@mdi/font": "^3.2.89",
"axios": "^0.18.0",
"file-loader": "^3.0.1",
"material-design-icons": "^3.0.1",
"material-design-icons-iconfont": "^4.0.3",
"material-icons": "^0.2.3",
"moment": "^2.23.0",
"toposort": "^1.0.4",
"url-loader": "^1.1.2",
"vue": "^2.5.21",
"vue-router": "^3.0.1",
"vuetify": "^1.3.15",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.27",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-vue": "^2.0.2",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"mocha": "^5.2.0",
"mocha-webpack": "^1.1.0",
"path": "^0.12.7",
"vue-loader": "^14.2.3",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.2",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.10"
}
}