|
5 | 5 | "scripts": {
|
6 | 6 | "start": "cross-env NODE_ENV=production node dist/index.js",
|
7 | 7 | "prestart:dev": "rimraf ./i18n",
|
| 8 | + "dev": "npm run start:dev", |
8 | 9 | "start:dev": "run-p -c --silent test:watch build:dev translation:watchpot translation:watchpo",
|
9 | 10 | "test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 mocha --reporter mocha-junit-reporter",
|
10 |
| - "test:watch": "npm run test -- --watch --reporter min", |
| 11 | + "test:spec": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 mocha --reporter spec", |
| 12 | + "test:watch": "npm run test -- --watch --reporter spec", |
11 | 13 | "test:coverage": "nyc --cache npm run test -- --reporter spec",
|
12 | 14 | "test:lint": "eslint ./src",
|
13 | 15 | "build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.js",
|
|
48 | 50 | "npm": ">=3.8.3"
|
49 | 51 | },
|
50 | 52 | "dependencies": {
|
51 |
| - "bluebird": "^3.4.0", |
52 |
| - "cors": "^2.7.1", |
53 |
| - "dotenv-safe": "^2.3.1", |
54 |
| - "express": "^4.13.4", |
55 |
| - "express-jwt": "^3.4.0", |
56 |
| - "isomorphic-fetch": "^2.2.1", |
57 |
| - "lodash": "^4.13.1", |
58 |
| - "react": "^15.2.0", |
59 |
| - "react-addons-css-transition-group": "^15.2.0", |
60 |
| - "react-body-classname": "^1.0.1", |
61 |
| - "react-bootstrap": "^0.29.4", |
62 |
| - "react-dom": "^15.2.0", |
63 |
| - "react-helmet": "^3.1.0", |
64 |
| - "react-hot-loader": "^3.0.0-beta.2", |
65 |
| - "react-intl": "^2.1.3", |
66 |
| - "react-intl-redux": "0.0.11", |
67 |
| - "react-redux": "^4.4.5", |
68 |
| - "react-router": "^2.5.2", |
69 |
| - "react-router-redux": "^4.0.5", |
70 |
| - "redux": "^3.3.1", |
71 |
| - "redux-promise": "^0.5.3", |
72 |
| - "redux-thunk": "^2.1.0" |
73 |
| - }, |
74 |
| - "devDependencies": { |
75 |
| - "autoprefixer": "^6.3.7", |
76 |
| - "babel-cli": "^6.10.1", |
77 |
| - "babel-core": "^6.10.4", |
78 |
| - "babel-eslint": "^6.1.0", |
| 53 | + "autoprefixer": "^6.4.0", |
| 54 | + "babel-cli": "^6.11.4", |
| 55 | + "babel-core": "^6.11.4", |
| 56 | + "babel-eslint": "^6.1.2", |
79 | 57 | "babel-loader": "^6.2.4",
|
80 | 58 | "babel-plugin-__coverage__": "^11.0.0",
|
81 | 59 | "babel-plugin-espower": "^2.3.1",
|
82 | 60 | "babel-plugin-react-intl": "^2.1.3",
|
83 |
| - "babel-plugin-system-import-transformer": "^2.2.0", |
| 61 | + "babel-plugin-system-import-transformer": "^2.2.1", |
84 | 62 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
| 63 | + "babel-plugin-transform-promise-to-bluebird": "^1.1.0", |
85 | 64 | "babel-plugin-transform-react-constant-elements": "^6.9.1",
|
86 | 65 | "babel-plugin-transform-react-inline-elements": "^6.6.5",
|
87 |
| - "babel-plugin-webpack-aliases": "^1.0.2", |
88 |
| - "babel-plugin-webpack-loaders": "^0.7.0", |
| 66 | + "babel-plugin-webpack-aliases": "^1.0.3", |
| 67 | + "babel-plugin-webpack-loaders": "^0.7.1", |
89 | 68 | "babel-polyfill": "^6.9.1",
|
90 | 69 | "babel-preset-es2015": "^6.9.0",
|
91 | 70 | "babel-preset-es2015-loose": "^7.0.0",
|
92 |
| - "babel-preset-es2015-webpack": "^6.4.1", |
| 71 | + "babel-preset-es2015-webpack": "^6.4.2", |
93 | 72 | "babel-preset-react": "^6.11.1",
|
94 | 73 | "babel-preset-stage-0": "^6.5.0",
|
95 |
| - "bcrypt": "^0.8.7", |
96 |
| - "carte-blanche": "^0.2.3", |
97 |
| - "chai": "^3.5.0", |
| 74 | + "babel-runtime": "^6.11.6", |
| 75 | + "bluebird": "^3.4.0", |
| 76 | + "chalk": "^1.1.3", |
98 | 77 | "chokidar-cli": "^1.2.0",
|
99 | 78 | "cookie": "^0.3.1",
|
100 | 79 | "cookie-parser": "^1.4.3",
|
101 |
| - "cross-env": "^1.0.8", |
| 80 | + "cors": "^2.7.1", |
| 81 | + "cross-env": "^2.0.0", |
102 | 82 | "css-loader": "^0.23.1",
|
103 | 83 | "debug": "^2.2.0",
|
104 | 84 | "deep-freeze": "0.0.1",
|
105 |
| - "dirty-chai": "^1.2.2", |
106 |
| - "enzyme": "^2.3.0", |
107 |
| - "esformatter": "^0.9.5", |
108 |
| - "esformatter-quotes": "^1.1.0", |
109 |
| - "eslint": "^3.0.1", |
110 |
| - "eslint-config-airbnb": "^9.0.1", |
111 |
| - "eslint-import-resolver-webpack": "^0.3.2", |
112 |
| - "eslint-plugin-import": "^1.10.2", |
113 |
| - "eslint-plugin-jsx-a11y": "^1.5.5", |
114 |
| - "eslint-plugin-react": "^5.1.1", |
| 85 | + "dotenv-safe": "^2.3.1", |
115 | 86 | "exports-loader": "^0.6.3",
|
116 | 87 | "expose-loader": "^0.7.1",
|
117 |
| - "extract-text-webpack-plugin": "^1.0.1", |
| 88 | + "express": "^4.13.4", |
| 89 | + "express-jwt": "^3.4.0", |
| 90 | + "extract-text-webpack-plugin": "^2.0.0-beta.3", |
118 | 91 | "file-loader": "^0.9.0",
|
119 | 92 | "glob": "^7.0.5",
|
120 | 93 | "google-fonts-downloader": "0.0.3",
|
|
125 | 98 | "inject-loader": "^2.0.1",
|
126 | 99 | "intl": "^1.2.4",
|
127 | 100 | "intl-locales-supported": "^1.0.0",
|
128 |
| - "isparta": "^4.0.0", |
129 |
| - "istanbul": "^0.4.4", |
130 |
| - "js-beautify": "^1.6.3", |
131 |
| - "jsdom": "^9.4.1", |
| 101 | + "isomorphic-fetch": "^2.2.1", |
132 | 102 | "json-loader": "^0.5.4",
|
133 | 103 | "jsonwebtoken": "^7.0.1",
|
| 104 | + "lodash": "^4.13.1", |
134 | 105 | "mkdirp": "^0.5.1",
|
135 |
| - "mocha": "^2.5.3", |
136 |
| - "mocha-junit-reporter": "^1.11.1", |
137 | 106 | "npm-run-all": "^2.3.0",
|
138 |
| - "nyc": "^6.6.1", |
139 | 107 | "postcss-import": "^8.1.2",
|
140 | 108 | "postcss-loader": "^0.9.1",
|
141 | 109 | "postcss-modules-values": "^1.1.3",
|
142 |
| - "power-assert": "^1.4.1", |
143 | 110 | "precss": "^1.4.0",
|
144 | 111 | "pretty-error": "^2.0.0",
|
145 | 112 | "proxy-middleware": "^0.15.0",
|
| 113 | + "react": "^15.2.0", |
| 114 | + "react-addons-css-transition-group": "^15.2.0", |
146 | 115 | "react-addons-test-utils": "^15.2.0",
|
| 116 | + "react-body-classname": "^1.0.1", |
| 117 | + "react-bootstrap": "^0.30.1", |
| 118 | + "react-dom": "^15.2.0", |
147 | 119 | "react-gettext-parser": "^1.0.1",
|
| 120 | + "react-helmet": "^3.1.0", |
| 121 | + "react-hot-loader": "^3.0.0-beta.2", |
| 122 | + "react-intl": "^2.1.3", |
148 | 123 | "react-intl-loader": "^1.0.2",
|
149 | 124 | "react-intl-po": "^1.0.5",
|
| 125 | + "react-intl-redux": "^0.1.0", |
| 126 | + "react-redux": "^4.4.5", |
| 127 | + "react-router": "^2.6.1", |
| 128 | + "react-router-bootstrap": "^0.23.1", |
| 129 | + "react-router-redux": "^4.0.5", |
| 130 | + "redux": "^3.3.1", |
150 | 131 | "redux-mock-store": "^1.1.2",
|
| 132 | + "redux-promise": "^0.5.3", |
| 133 | + "redux-thunk": "^2.1.0", |
151 | 134 | "rucksack-css": "^0.8.6",
|
152 |
| - "sinon": "^1.17.3", |
153 |
| - "sinon-chai": "^2.8.0", |
154 | 135 | "style-loader": "^0.13.1",
|
155 | 136 | "to-object-by": "^1.0.3",
|
156 | 137 | "url-loader": "^0.5.7",
|
| 138 | + "webpack-validator": "^2.2.2" |
| 139 | + }, |
| 140 | + "devDependencies": { |
| 141 | + "chai": "^3.5.0", |
| 142 | + "dirty-chai": "^1.2.2", |
| 143 | + "enzyme": "^2.4.1", |
| 144 | + "esformatter": "^0.9.6", |
| 145 | + "esformatter-quotes": "^1.1.0", |
| 146 | + "eslint": "^3.2.2", |
| 147 | + "eslint-config-airbnb": "^10.0.0", |
| 148 | + "eslint-import-resolver-webpack": "^0.4.0", |
| 149 | + "eslint-plugin-import": "^1.10.2", |
| 150 | + "eslint-plugin-react": "^6.0.0", |
| 151 | + "power-assert": "^1.4.1", |
| 152 | + "isparta": "^4.0.0", |
| 153 | + "istanbul": "^0.4.4", |
| 154 | + "js-beautify": "^1.6.3", |
| 155 | + "jsdom": "^9.4.1", |
| 156 | + "mocha": "^2.5.3", |
| 157 | + "mocha-junit-reporter": "^1.11.1", |
| 158 | + "nyc": "^6.6.1", |
| 159 | + "sinon": "^1.17.3", |
| 160 | + "sinon-chai": "^2.8.0", |
157 | 161 | "wallaby-webpack": "0.0.22",
|
158 |
| - "webpack": "^2.1.0-beta.15", |
| 162 | + "webpack": "^2.1.0-beta.20", |
159 | 163 | "webpack-cleanup-plugin": "^0.2.0",
|
160 | 164 | "webpack-dev-server": "^2.1.0-beta.0",
|
161 |
| - "webpack-shell-plugin": "^0.4.2", |
162 |
| - "webpack-validator": "^2.2.2" |
| 165 | + "webpack-shell-plugin": "^0.4.2" |
163 | 166 | }
|
164 | 167 | }
|
0 commit comments