UNPKG

1.53 kBJSONView Raw
1{
2 "name": "topcoder-app-r",
3 "version": "1.0.14",
4 "description": "Topcoder pages in React and Redux",
5 "scripts": {
6 "start": "webpack-dev-server --history-api-fallback --dev --hot --inline --progress --tc --port 3000",
7 "build": "webpack --bail --progress --build --tc",
8 "lint": "eslint --format table --ext .js,.jsx .",
9 "test": "cross-env NODE_ENV=test mocha --colors --reporter nyan --compilers js:babel-core/register --require ignore-styles --recursive \"./src/**/*.spec.js\"",
10 "test:watch": "watch-run -i -p 'src/**/*' npm run test"
11 },
12 "devDependencies": {
13 "appirio-tech-webpack-config": "^0.2.21",
14 "babel-polyfill": "^6.6.1",
15 "chai": "^3.5.0",
16 "cheerio": "^0.20.0",
17 "cross-env": "^1.0.7",
18 "deep-freeze-node": "^1.1.2",
19 "eslint": "^2.2.0",
20 "eslint-plugin-react": "^4.1.0",
21 "ignore-styles": "^1.2.0",
22 "mocha": "^2.4.5",
23 "mocha-jsdom": "^1.1.0",
24 "react-hot-loader": "^1.3.0",
25 "redux-logger": "^2.5.0",
26 "watch-run": "^1.2.4",
27 "webpack": "^1.12.2",
28 "webpack-dev-server": "^1.12.1"
29 },
30 "dependencies": {
31 "appirio-styles": "0.x.x",
32 "classnames": "^2.2.3",
33 "history": "^1.17.0",
34 "isomorphic-fetch": "^2.2.1",
35 "moment": "^2.11.2",
36 "react": "^0.14.6",
37 "react-addons-css-transition-group": "^0.14.8",
38 "react-dom": "^0.14.6",
39 "react-dotdotdot": "^1.0.4",
40 "react-redux": "^4.0.6",
41 "react-router": "^2.0.0-rc6",
42 "redux": "^3.3.1",
43 "redux-form": "^4.2.0",
44 "redux-thunk": "^1.0.3"
45 }
46}