You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

66 lines
2.0 KiB

{
"name": "webpack-sakura",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@material/animation": "^3.1.0",
"@material/auto-init": "^4.0.0",
"@material/button": "^3.2.0",
"@material/card": "^3.2.0",
"@material/layout-grid": "^3.1.0",
"@material/line-ripple": "^3.1.0",
"@material/ripple": "^3.2.0",
"@material/textfield": "^3.2.0",
"@material/theme": "^3.1.0",
"animate.css": "^3.7.2",
"apollo-boost": "^0.4.4",
"chunks-2-json-webpack-plugin": "^1.0.2",
"colors": "^1.4.0",
"cpx": "^1.5.0",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"extract-loader": "^3.1.0",
"file-loader": "^4.2.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"html-loader": "^0.5.5",
"i18n-webpack-plugin": "^1.0.0",
"material-components-web": "^3.2.0",
"node-sass": "^4.13.0",
"parallax-js": "^3.1.0",
"pjax": "^0.2.8",
"remove-files-webpack-plugin": "^1.1.3",
"sass-loader": "^8.0.0",
"vh-check": "^2.0.5",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"autoprefixer": "^9.7.0",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.4",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.0",
"terser-webpack-plugin": "^2.2.1",
"ts-loader": "^6.2.1",
"typescript": "^3.6.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-merge": "^4.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env ENV_MODE=build webpack --progress",
"dev": "cross-env ENV_MODE=build webpack --progress --watch",
"start": "webpack-dev-server",
"push": "npm run build && bash push.sh"
},
"author": "mashirozx",
"license": "MIT"
}