-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 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
48
49
50
51
52
53
54
{
"name": "@uam/vuejs-user",
"version": "0.10.5",
"description": "Vuejs user plugin",
"homepage": "https://github.com/unitedasian/vuejs-user",
"main": "dist/index.js",
"author": "Olivier Pichon <[email protected]>",
"license": "MIT",
"scripts": {
"build": "rm -rf ./dist/* && NODE_ENV=production webpack --colors --hide-modules",
"dev": "rm -rf ./dist/* && webpack --colors --hide-modules",
"fix": "eslint --ext .js,.vue src --fix",
"lint": "eslint --ext .js,.vue src"
},
"peerDependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"bootstrap-vue": "^1.4.0",
"vee-validate": "^2.0.0",
"vue": "^2.5.13",
"vue-authenticate": "^1.3.4",
"vue-axios": "^2.0.2",
"vue-i18n": "^7.3.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.8.3",
"sass-loader": "^7.0.0",
"style-loader": "^0.20.3",
"vue-loader": "^14.2.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.11.0",
"webpack-merge": "^4.1.2"
}
}