1 Star 0 Fork 34

龙人 / lightCMS

forked from Eddy / lightCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
孙建华 提交于 2019-08-12 09:28 . Security Alerts
{
"private": true,
"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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": ">=0.18.1",
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-mix": "^1.0",
"lodash": "^4.17.15",
"tailwindcss": "^0.7.4",
"vue": "^2.5.7"
},
"dependencies": {
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.39.1"
}
}
PHP
1
https://gitee.com/long_ren/lightCMS.git
git@gitee.com:long_ren/lightCMS.git
long_ren
lightCMS
lightCMS
master

搜索帮助