Experimental port to Firebase hosting
This commit is contained in:
87
package.json
87
package.json
@ -1,76 +1,41 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "unpkg.com",
|
||||
"description": "The CDN for everything on npm",
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production webpack -p --json > stats.json",
|
||||
"build": "rollup -c",
|
||||
"clean": "git clean -e '!/secret_key' -e '!/.env' -fdX .",
|
||||
"lint": "eslint modules",
|
||||
"start": "heroku local",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.2.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-syntax-export-default-from": "^7.2.0",
|
||||
"@babel/plugin-syntax-export-namespace-from": "^7.2.0",
|
||||
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/register": "^7.0.0",
|
||||
"body-parser": "^1.18.2",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"cors": "^2.8.1",
|
||||
"countries-list": "^1.3.2",
|
||||
"date-fns": "^1.28.1",
|
||||
"etag": "^1.8.0",
|
||||
"express": "^4.15.2",
|
||||
"gunzip-maybe": "^1.4.0",
|
||||
"invariant": "^2.2.2",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"jsonwebtoken": "^8.1.0",
|
||||
"lru-cache": "^5.1.1",
|
||||
"mime": "^1.4.0",
|
||||
"morgan": "^1.8.1",
|
||||
"ndjson": "^1.5.0",
|
||||
"node-forge": "^0.7.1",
|
||||
"pretty-bytes": "^3",
|
||||
"prop-types": "^15.5.8",
|
||||
"raven": "^2.6.3",
|
||||
"react": "^15.5.4",
|
||||
"react-dom": "^15.5.4",
|
||||
"react-motion": "^0.4.7",
|
||||
"react-router-dom": "^4.0.0",
|
||||
"redis": "^2.7.1",
|
||||
"semver": "^5.3.0",
|
||||
"sort-by": "^1.2.0",
|
||||
"sri-toolbox": "^0.2.0",
|
||||
"tar-stream": "^1.6.1",
|
||||
"throng": "^4.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"warning": "^3.0.0",
|
||||
"whatwg-url": "^6.4.0"
|
||||
"postinstall": "node ./scripts/postinstall.js",
|
||||
"start": "firebase serve",
|
||||
"test": "jest",
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.1",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-eslint": "^8.0.3",
|
||||
"babel-jest": "^23.4.2",
|
||||
"babel-loader": "^8.0.4",
|
||||
"css-loader": "0.26.1",
|
||||
"errorhandler": "^1.5.0",
|
||||
"countries-list": "^1.4.1",
|
||||
"dotenv": "^6.2.0",
|
||||
"eslint": "^4.13.1",
|
||||
"eslint-import-resolver-node": "^0.3.2",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"file-loader": "^2.0.0",
|
||||
"html-loader": "^0.5.5",
|
||||
"eslint-plugin-react": "^7.12.3",
|
||||
"invariant": "^2.2.2",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"jest": "^22.4.4",
|
||||
"markdown-loader": "^2.0.1",
|
||||
"mini-css-extract-plugin": "^0.4.5",
|
||||
"style-loader": "0.13.1",
|
||||
"supertest": "^3.0.0",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^4.27.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-dev-server": "^3.1.14",
|
||||
"whatwg-fetch": "2.0.2"
|
||||
"rollup": "^1.0.0",
|
||||
"rollup-plugin-babel": "^4.2.0",
|
||||
"rollup-plugin-commonjs": "^9.2.0",
|
||||
"rollup-plugin-json": "^3.1.0",
|
||||
"rollup-plugin-node-resolve": "^4.0.0",
|
||||
"rollup-plugin-replace": "^2.1.0",
|
||||
"rollup-plugin-size-snapshot": "^0.7.0",
|
||||
"rollup-plugin-url": "^2.1.0",
|
||||
"supertest": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user