DropOut/package.json
2018-04-19 19:45:09 +09:00

35 lines
993 B
JSON

{
"name": "DropOut",
"version": "6.0.0",
"description": "yuki540.com version_6.0.0",
"main": "webpack.config.js",
"scripts": {
"start": "ruby -run -e httpd public 8080",
"build": "webpack --progress --colors",
"watch": "webpack --watch --colors"
},
"repository": "git@github.com:yuki540net/DropOut.git",
"author": "yuki540 <tabletennis540@gmail.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015-riot": "^1.1.0",
"css-loader": "^0.28.11",
"dotenv": "^5.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"node-sass": "^4.8.3",
"node-sass-glob-importer": "^5.1.1",
"riot": "^3.9.0",
"riot-hot-reload": "^1.0.0",
"riot-route": "^3.1.3",
"riot-tag-loader": "^2.0.2",
"sass-loader": "^6.0.7",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1"
}
}