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.
37 lines
1.1 KiB
37 lines
1.1 KiB
{
|
|
"name": "number-munchers",
|
|
"version": "1.0.0",
|
|
"description": "MECC's classic Number Munchers game rebuilt with React and Webpack.",
|
|
"main": "./js/main.js",
|
|
"scripts": {
|
|
"dev": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --inline --colors",
|
|
"prod": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p"
|
|
},
|
|
"author": "Ben Burlingham",
|
|
"license": "ISC",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"css-loader": "^0.23.1",
|
|
"express": "^4.13.4",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.8.5",
|
|
"immutable": "^3.8.0",
|
|
"jsx-loader": "^0.13.2",
|
|
"node-sass": "^3.4.2",
|
|
"react": "^0.14.7",
|
|
"react-dom": "^0.14.7",
|
|
"react-redux": "^4.4.4",
|
|
"redux": "^3.4.0",
|
|
"sass-loader": "^3.2.0",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "^1.12.14",
|
|
"webpack-dev-server": "^1.14.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://gogs.benburlingham.com/ben.burlingham/number-munchers"
|
|
}
|
|
}
|
|
|