This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.2 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "damax-admin-vue-bulma",
"version": "1.0.0",
"description": "Damax Vue.js / Bulma admin panel.",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js",
"lint": "eslint --ext .js,.vue src modules webpack.config.js serve.config.js",
"serve": "NODE_ENV=development webpack-serve ./webpack.config.js"
},
"dependencies": {
"@websanova/vue-auth": "^2.21.11-beta",
"axios": "^0.18.0",
"buefy": "^0.6.5",
"bulma": "^0.7.1",
"deepmerge": "^2.1.0",
"es6-error": "^4.1.1",
"vee-validate": "^2.0.9",
"vue": "^2.5.16",
"vue-axios": "^2.1.1",
"vue-i18n": "^7.6.0",
"vue-loading-template": "^0.1.7",
"vue-moment": "^3.2.0",
"vue-notification": "^1.3.7",
"vue-nprogress": "^0.1.5",
"vue-router": "^3.0.1",
"vue-sweetalert2": "^1.2.4",
"vue2-filters": "^0.3.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.19",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^0.28.11",
"dotenv": "^5.0.1",
"eslint": "^4.19.1",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-vue": "^4.5.0",
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^3.2.0",
"koa-connect": "^2.0.1",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"postcss-loader": "^2.1.4",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"vue-loader": "^15.0.5",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-serve": "^1.0.4",
"webpack-serve-waitpage": "^1.0.0"
}
}