42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "ETHPrize-Website",
|
|
"version": "1.0.0",
|
|
"description": "Single page website for ETHPrize",
|
|
"main": "bundle.js",
|
|
"scripts": {
|
|
"dev": "webpack",
|
|
"production": "NODE_ENV=production webpack",
|
|
"watch": "npm run dev -- --watch",
|
|
"deploy": "gh-pages -d dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "cs76",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"browser-sync": "^2.24.4",
|
|
"browser-sync-webpack-plugin": "^2.2.2",
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
"copy-webpack-plugin": "^4.5.1",
|
|
"css-loader": "^0.28.11",
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
|
"file-loader": "^0.11.2",
|
|
"html-loader": "^0.4.5",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"img-loader": "^2.0.1",
|
|
"node-sass": "^4.9.0",
|
|
"sass-loader": "^6.0.7",
|
|
"style-loader": "^0.18.2",
|
|
"url-loader": "^0.5.9",
|
|
"webpack": "^3.12.0"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.3.1",
|
|
"gh-pages": "^1.1.0",
|
|
"jquery": "^3.3.1",
|
|
"popper.js": "^1.14.3"
|
|
}
|
|
}
|