2016-02-22 02:52:19 +00:00
|
|
|
{
|
2017-03-25 00:37:46 +00:00
|
|
|
"private": true,
|
2016-10-01 16:33:00 +00:00
|
|
|
"repository": "unpkg/unpkg.com",
|
2016-05-16 22:12:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "heroku local -f Procfile.local",
|
2017-03-25 01:05:25 +00:00
|
|
|
"build": "node ./tools/build.js",
|
|
|
|
"heroku-postbuild": "node ./tools/build.js",
|
2016-07-20 19:26:15 +00:00
|
|
|
"lint": "eslint modules",
|
|
|
|
"test": "npm run lint"
|
2016-05-16 22:12:49 +00:00
|
|
|
},
|
2016-02-22 02:52:19 +00:00
|
|
|
"dependencies": {
|
2016-05-16 22:55:24 +00:00
|
|
|
"autoprefixer": "^6.3.6",
|
2016-05-16 22:12:49 +00:00
|
|
|
"babel-cli": "^6.8.0",
|
2016-07-20 19:26:15 +00:00
|
|
|
"babel-core": "^6.9.1",
|
2016-05-16 22:55:24 +00:00
|
|
|
"babel-loader": "^6.2.4",
|
2016-07-20 19:26:15 +00:00
|
|
|
"babel-plugin-transform-object-assign": "^6.8.0",
|
2016-05-01 00:26:23 +00:00
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
|
"babel-preset-react": "^6.5.0",
|
2016-05-16 22:55:24 +00:00
|
|
|
"babel-preset-stage-1": "^6.5.0",
|
2016-05-20 18:58:58 +00:00
|
|
|
"byte-size": "^2.0.0",
|
2016-07-20 19:26:15 +00:00
|
|
|
"chunk-manifest-webpack-plugin": "^0.1.0",
|
2016-02-22 02:52:19 +00:00
|
|
|
"cors": "^2.7.1",
|
2016-05-20 18:58:58 +00:00
|
|
|
"countries-list": "^1.1.0",
|
2016-05-16 22:55:24 +00:00
|
|
|
"css-loader": "^0.23.1",
|
2016-05-20 18:58:58 +00:00
|
|
|
"date-fns": "^1.0.0",
|
2016-05-16 22:55:24 +00:00
|
|
|
"errorhandler": "^1.4.3",
|
2016-02-22 02:55:06 +00:00
|
|
|
"express": "^4.13.4",
|
2017-03-25 01:21:20 +00:00
|
|
|
"express-unpkg": "^1.1.0",
|
2016-05-16 22:55:24 +00:00
|
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
2016-05-20 18:58:58 +00:00
|
|
|
"file-loader": "^0.8.5",
|
|
|
|
"history": "^3.0.0-2",
|
|
|
|
"html-loader": "^0.4.3",
|
|
|
|
"http-client": "^4.0.1",
|
2016-05-16 22:55:24 +00:00
|
|
|
"invariant": "^2.2.1",
|
2016-05-20 18:58:58 +00:00
|
|
|
"isomorphic-fetch": "^2.2.1",
|
|
|
|
"json-loader": "^0.5.4",
|
|
|
|
"markdown-loader": "^0.1.7",
|
2016-05-16 22:55:24 +00:00
|
|
|
"morgan": "^1.7.0",
|
2016-04-12 11:46:23 +00:00
|
|
|
"on-finished": "^2.3.0",
|
2016-05-16 22:55:24 +00:00
|
|
|
"postcss-loader": "^0.9.1",
|
2016-07-20 19:26:15 +00:00
|
|
|
"react": "^15.1.0",
|
|
|
|
"react-dom": "^15.1.0",
|
2016-05-20 18:58:58 +00:00
|
|
|
"react-motion": "^0.4.3",
|
2016-05-16 22:12:49 +00:00
|
|
|
"redis": "^2.6.0-1",
|
2016-05-16 22:55:24 +00:00
|
|
|
"rimraf": "^2.5.2",
|
|
|
|
"style-loader": "^0.13.1",
|
2016-06-13 06:04:27 +00:00
|
|
|
"throng": "^4.0.0",
|
2016-05-16 22:55:24 +00:00
|
|
|
"webpack": "^1.13.0",
|
2016-07-20 19:26:15 +00:00
|
|
|
"webpack-dev-server": "^1.14.1",
|
|
|
|
"webpack-md5-hash": "0.0.5"
|
2016-05-16 22:55:24 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-07-20 19:26:15 +00:00
|
|
|
"babel-eslint": "^6.0.4",
|
|
|
|
"babel-register": "^6.8.0",
|
|
|
|
"eslint": "^3.0.1",
|
|
|
|
"eslint-import-resolver-webpack": "^0.4.0",
|
|
|
|
"eslint-plugin-import": "^1.8.1",
|
|
|
|
"eslint-plugin-react": "^5.1.1"
|
2016-04-12 09:48:12 +00:00
|
|
|
},
|
2016-04-07 11:46:21 +00:00
|
|
|
"engines": {
|
2017-03-25 01:19:09 +00:00
|
|
|
"node": "6.6.x"
|
2016-02-22 02:52:19 +00:00
|
|
|
}
|
|
|
|
}
|