unpkg/package.json

66 lines
1.9 KiB
JSON
Raw Normal View History

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",
"scripts": {
"start": "heroku local -f Procfile.local",
2016-05-16 23:02:55 +00:00
"build": "npm run build-assets && npm run build-lib",
"build-assets": "NODE_ENV=production webpack -p --json > stats.json",
2016-05-20 18:58:58 +00:00
"build-lib": "rimraf lib && babel ./modules -d lib --copy-files",
2016-07-20 19:26:15 +00:00
"heroku-postbuild": "npm run build",
"lint": "eslint modules",
"test": "npm run lint"
},
2016-02-22 02:52:19 +00:00
"dependencies": {
2016-05-16 22:55:24 +00:00
"autoprefixer": "^6.3.6",
"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-02-04 04:10:41 +00:00
"express-unpkg": "^1.0.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",
"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",
"redis": "^2.6.0-1",
2016-05-16 22:55:24 +00:00
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"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
},
"engines": {
"node": "5.8.x"
2016-02-22 02:52:19 +00:00
}
}