unpkg/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2016-02-22 02:52:19 +00:00
{
2016-04-12 09:48:12 +00:00
"description": "The website for npmcdn.com",
2016-04-30 23:31:42 +00:00
"author": "Michael Jackson",
"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",
"build-lib": "rimraf lib && babel ./modules -d lib",
"heroku-postbuild": "npm run build"
2016-05-16 23:02:55 +00:00
},
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-05-16 22:55:24 +00:00
"babel-loader": "^6.2.4",
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-02-22 02:52:19 +00:00
"cors": "^2.7.1",
2016-05-16 22:55:24 +00:00
"css-loader": "^0.23.1",
"errorhandler": "^1.4.3",
2016-02-22 02:55:06 +00:00
"express": "^4.13.4",
2016-05-16 22:55:24 +00:00
"extract-text-webpack-plugin": "^1.0.1",
"invariant": "^2.2.1",
"morgan": "^1.7.0",
2016-05-17 06:10:32 +00:00
"npm-http-server": "^2.11.0",
"on-finished": "^2.3.0",
2016-05-16 22:55:24 +00:00
"postcss-loader": "^0.9.1",
2016-05-01 00:26:23 +00:00
"react": "^15.0.2",
"react-dom": "^15.0.2",
"redis": "^2.6.0-1",
2016-05-16 22:55:24 +00:00
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"babel-register": "^6.8.0"
2016-04-12 09:48:12 +00:00
},
"engines": {
"node": "5.8.x"
},
"babel": {
"presets": [
2016-05-01 00:26:23 +00:00
"es2015",
2016-05-16 22:55:24 +00:00
"react",
"stage-1"
]
2016-02-22 02:52:19 +00:00
}
}