-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 4.43 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"private": true,
"babel": {
"presets": [
"@vue/babel-preset-jsx"
],
"plugins": [
"syntax-dynamic-import"
]
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"lint": "./node_modules/.bin/eslint resources/assets/admin-spa/ --ext .js,.vue || true",
"lint-fix": "./node_modules/.bin/eslint resources/assets/admin-spa/ --ext .js,.vue --fix || true"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.0.0",
"axios": "^0.19.0",
"babel-eslint": "^10.0.2",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^1.2.0",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^4.7.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.4.1",
"laravel-mix": "^3.0.0",
"lodash": "^4.17.15",
"preload-webpack-plugin": "^2.3.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@fengyuanchen/datepicker": "^0.6.5",
"@fortawesome/fontawesome": "^1.1.8",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.0",
"animate.css": "^3.7.2",
"babel-polyfill": "^6.26.0",
"blob-util": "^1.3.0",
"bootstrap": "^4.3.1",
"bugsnag-js": "^4.7.3",
"bugsnag-vue": "^1.0.1",
"child_process": "^1.0.2",
"css-color-function": "^1.3.3",
"dotenv": "^4.0.0",
"ejs-loader": "^0.3.3",
"element-ui": "^2.11.1",
"eslint-loader": "^2.2.1",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"jszip": "^3.2.2",
"lodash.bind": "^4.2.1",
"lodash.chunk": "^4.2.0",
"lodash.clone": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.filter": "^4.6.0",
"lodash.find": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.findkey": "^4.6.0",
"lodash.findlastkey": "^4.7.0",
"lodash.foreach": "^4.5.0",
"lodash.groupby": "^4.6.0",
"lodash.has": "^4.5.2",
"lodash.head": "^4.0.1",
"lodash.last": "^3.0.0",
"lodash.orderby": "^4.6.0",
"lodash.range": "^3.2.0",
"lodash.replace": "^4.1.4",
"lodash.startswith": "^4.2.1",
"lodash.throttle": "^4.1.1",
"lodash.union": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"lodash.upperfirst": "^4.3.1",
"moment": "^2.24.0",
"normalize.css": "^7.0.0",
"numeral": "^2.0.6",
"object-assign": "^4.1.1",
"popper.js": "^1.15.0",
"quill-image-resize-module": "^3.0.0",
"slick-carousel": "^1.8.1",
"vee-validate": "^2.2.13",
"vue-clipboard2": "^0.2.1",
"vue-directive-tooltip": "^1.6.2",
"vue-progressive-image": "^2.5.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.7",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1",
"vuex-persistedstate": "^2.5.4",
"zxcvbn": "^4.4.2"
}
}