|
@@ -0,0 +1,46 @@
|
|
|
|
+{
|
|
|
|
+ "name": "@brwong/$foldername",
|
|
|
|
+ "author": "Brandon Wong",
|
|
|
|
+ "version": "0.1.0",
|
|
|
|
+ "main": "index.js",
|
|
|
|
+ "scripts": {
|
|
|
|
+ "test": "node test/index.js",
|
|
|
|
+ "watch": "webpack -d --display-error-details --progress --watch",
|
|
|
|
+ "serve": "http-server -a 127.0.0.1",
|
|
|
|
+ "testwatch": "nodemon --watch src --watch test --exec \"npm test\""
|
|
|
|
+ },
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "babel-core": "^6.23.1",
|
|
|
|
+ "babel-loader": "^6.3.2",
|
|
|
|
+ "babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
|
|
+ "babel-plugin-transform-remove-console": "^6.8.0",
|
|
|
|
+ "babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
+ "babel-polyfill": "^6.20.0",
|
|
|
|
+ "babel-preset-latest": "^6.22.0",
|
|
|
|
+ "babel-preset-react": "^6.23.0",
|
|
|
|
+ "babel-register": "^6.18.0",
|
|
|
|
+ "css-loader": "^0.26.1",
|
|
|
|
+ "extract-text-webpack-plugin": "^2.0.0-rc.3",
|
|
|
|
+ "file-loader": "^0.10.0",
|
|
|
|
+ "http-server": "^0.9.0",
|
|
|
|
+ "node-sass": "^4.5.0",
|
|
|
|
+ "nodemon": "^1.11.0",
|
|
|
|
+ "react": "^15.4.2",
|
|
|
|
+ "react-dom": "^15.4.2",
|
|
|
|
+ "react-redux": "^5.0.3",
|
|
|
|
+ "redux": "^3.6.0",
|
|
|
|
+ "redux-thunk": "^2.2.0",
|
|
|
|
+ "sass-loader": "^6.0.0",
|
|
|
|
+ "style-loader": "^0.13.1",
|
|
|
|
+ "tape-promise": "^2.0.1",
|
|
|
|
+ "tape": "^4.6.3",
|
|
|
|
+ "url-loader": "^0.5.7",
|
|
|
|
+ "webpack": "^2.2.1"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "css-loader": "^0.26.2",
|
|
|
|
+ "style-loader": "^0.13.2",
|
|
|
|
+ "url-loader": "^0.5.8"
|
|
|
|
+ },
|
|
|
|
+ "private": true
|
|
|
|
+}
|