2016-09-21 00:58:31 +08:00
|
|
|
{
|
2016-09-21 06:07:11 +08:00
|
|
|
"name": "shell-game",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A simple, React based, game of shells ",
|
2016-09-21 00:58:31 +08:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "webpack-dev-server --progress --content-base dist/",
|
2016-09-21 15:00:38 +08:00
|
|
|
"build": "webpack --progress --prod",
|
2016-09-21 00:58:31 +08:00
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"author": "Kai Moseley",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^6.1.2",
|
|
|
|
"babel-loader": "^6.2.5",
|
|
|
|
"babel-plugin-transform-flow-strip-types": "^6.14.0",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
|
|
|
"babel-preset-es2015": "^6.14.0",
|
|
|
|
"babel-preset-react": "^6.11.1",
|
|
|
|
"css-loader": "^0.24.0",
|
|
|
|
"eslint": "^3.2.2",
|
|
|
|
"eslint-loader": "^1.5.0",
|
|
|
|
"eslint-plugin-babel": "^3.3.0",
|
|
|
|
"eslint-plugin-flowtype": "^2.18.1",
|
|
|
|
"eslint-plugin-react": "^6.0.0",
|
|
|
|
"node-sass": "^3.8.0",
|
|
|
|
"react": "^15.3.1",
|
|
|
|
"react-dom": "^15.3.1",
|
2016-09-21 06:52:23 +08:00
|
|
|
"react-motion": "^0.4.4",
|
2016-09-21 00:58:31 +08:00
|
|
|
"sass-loader": "^4.0.0",
|
|
|
|
"style-loader": "^0.13.1",
|
|
|
|
"webpack": "^1.13.2",
|
2016-09-21 06:52:23 +08:00
|
|
|
"webpack-dev-server": "^1.16.1"
|
2016-09-21 00:58:31 +08:00
|
|
|
}
|
|
|
|
}
|