-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.84 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
{
"name": "duadmin",
"version": "1.0.0",
"description": "cms admin",
"scripts": {
"dev": "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",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://gitee.com/dungang/yii2-fast-kit.git"
},
"keywords": [
"duadmin",
"cms"
],
"author": "dungang",
"license": "ISC",
"devDependencies": {
"babel-plugin-import": "^1.13.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"del": "^5.1.0",
"laravel-mix": "^5.0.4",
"less": "^3.11.1",
"less-loader": "^6.0.0",
"moment-locales-webpack-plugin": "^1.2.0",
"postcss-px-to-viewport": "^1.1.1",
"postcss-pxtorem": "^5.1.1",
"vue-clipboard2": "^0.3.1",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@better-scroll/core": "^2.4.2",
"@better-scroll/movable": "^2.4.2",
"adminlte": "^2.4.1",
"animate.css": "^3.7.2",
"axios": "^0.19.2",
"bootstrap": "^3.4.1",
"font-awesome": "^4.7.0",
"moment": "^2.26.0",
"vant": "^2.12.29",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"wowjs": "^1.1.3"
}
}