47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "uni2work",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"lint": "eslint frontend/src",
|
|
"dev": "webpack --watch"
|
|
},
|
|
"husky": {
|
|
"hooks": {}
|
|
},
|
|
"lint-staged": {
|
|
"src/js/**/*.js": [
|
|
"eslint",
|
|
"git add"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"autoprefixer": "^9.5.1",
|
|
"babel-core": "^6.26.3",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"css-loader": "^2.1.0",
|
|
"eslint": "^5.16.0",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"husky": "^2.3.0",
|
|
"lint-staged": "^8.1.7",
|
|
"node-sass": "^4.11.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"uglifyjs-webpack-plugin": "^2.0.1",
|
|
"watch": "^1.0.2",
|
|
"webpack": "^4.32.2",
|
|
"webpack-cli": "^3.3.2"
|
|
}
|
|
}
|