Files
smart-table/package.json
2020-05-06 11:08:37 +08:00

36 lines
1.0 KiB
JSON

{
"name": "smart-table",
"version": "1.2.3",
"description": "smart table for static html",
"main": "index.js",
"scripts": {
"serve": "webpack-dev-server --open --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js",
"example": "webpack --config config/webpack.example.js",
"deploy": "sh deploy/index.sh"
},
"author": "pyj92055@163.com",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.7.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.1",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
},
"dependencies": {},
"keywords": []
}