|
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "start": "node server.js", |
8 | | - "build": "webpack -p --config webpack-production.config.js", |
9 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 8 | + "build": "webpack -p --config webpack/webpack-production.config.js", |
| 9 | + "test": "NODE_ENV=test BABEL_DISABLE_CACHE=1 babel-tape-runner tests/**/*.js | faucet" |
10 | 10 | }, |
11 | 11 | "keywords": [ |
12 | 12 | "scaffold", |
|
25 | 25 | "license": "ISC", |
26 | 26 | "dependencies": { |
27 | 27 | "jsonp": "^0.2.0", |
28 | | - "lodash": "^3.10.1", |
29 | | - "node-libs-browser": "^0.5.2", |
| 28 | + "lodash": "^4.6.1", |
| 29 | + "node-libs-browser": "^1.0.0", |
30 | 30 | "react": "^0.14.0", |
31 | 31 | "react-dom": "^0.14.0", |
32 | 32 | "react-redux": "^4.0.0", |
33 | 33 | "redux": "^3.0.2", |
34 | 34 | "webpack": "^1.10.1" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "autoprefixer-loader": "^2.0.0", |
38 | | - "babel-core": "^5.6.20", |
39 | | - "babel-eslint": "^4.1.1", |
40 | | - "babel-loader": "^5.3.1", |
41 | | - "css-loader": "^0.17.0", |
42 | | - "eslint": "^1.3.1", |
43 | | - "eslint-config-airbnb": "0.0.8", |
| 37 | + "autoprefixer-loader": "^3.2.0", |
| 38 | + "babel-core": "^6.7.2", |
| 39 | + "babel-eslint": "^5.0.0", |
| 40 | + "babel-loader": "^6.2.4", |
| 41 | + "babel-plugin-webpack-loaders": "^0.3.10", |
| 42 | + "babel-preset-es2015": "^6.6.0", |
| 43 | + "babel-preset-react": "^6.5.0", |
| 44 | + "babel-preset-stage-1": "^6.5.0", |
| 45 | + "babel-tape-runner": "^2.0.1", |
| 46 | + "css-loader": "^0.23.1", |
| 47 | + "eslint": "^2.4.0", |
| 48 | + "eslint-config-airbnb": "6.1.0", |
44 | 49 | "eslint-loader": "^1.0.0", |
45 | | - "eslint-plugin-react": "^3.3.1", |
46 | | - "extract-text-webpack-plugin": "^0.8.2", |
| 50 | + "eslint-plugin-react": "^4.2.3", |
| 51 | + "estraverse-fb": "^1.3.1", |
| 52 | + "extend-tape": "^1.2.0", |
| 53 | + "extract-text-webpack-plugin": "^1.0.1", |
| 54 | + "faucet": "0.0.1", |
47 | 55 | "file-loader": "^0.8.4", |
48 | 56 | "node-sass": "^3.2.0", |
| 57 | + "react-addons-test-utils": "^0.14.7", |
49 | 58 | "react-hot-loader": "^1.2.8", |
50 | | - "sass-loader": "^2.0.1", |
| 59 | + "react-unit": "^1.2.1", |
| 60 | + "sass-loader": "^3.2.0", |
51 | 61 | "scss-lint-loader": "^1.0.1", |
52 | | - "style-loader": "^0.12.3", |
| 62 | + "style-loader": "^0.13.0", |
| 63 | + "tape": "^4.5.1", |
| 64 | + "tape-jsx-equals": "^1.0.0", |
53 | 65 | "url-loader": "^0.5.6", |
54 | 66 | "webpack-dev-server": "^1.10.1", |
55 | 67 | "webpack-notifier": "^1.2.1" |
|
0 commit comments