unpkg/package.json

84 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2016-02-22 02:52:19 +00:00
{
2019-07-09 05:19:41 +00:00
"name": "unpkg",
2017-08-18 20:17:06 +00:00
"private": true,
2019-01-06 00:50:05 +00:00
"description": "The CDN for everything on npm",
"scripts": {
2022-05-12 01:28:46 +00:00
"build": "rollup -c rollup.config.cjs",
2019-07-09 18:19:38 +00:00
"clean": "git clean -e '!/.env' -fdX .",
2019-10-21 04:55:56 +00:00
"lint": "eslint .",
"serve": "nodemon -w server.js server.js",
2019-01-06 00:50:05 +00:00
"test": "jest",
2021-03-10 03:21:37 +00:00
"watch": "rollup -c -w",
"postinstall": "yarn run build"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@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",
"@emotion/core": "^10.0.6",
"@reach/visually-hidden": "^0.1.4",
2021-10-05 04:54:12 +00:00
"@rollup/plugin-json": "^4.1.0",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.5",
"date-fns": "^1.30.1",
2021-10-05 04:54:12 +00:00
"ejs": "^3.1.6",
"etag": "^1.8.1",
"express": "^4.16.4",
"gunzip-maybe": "^1.4.1",
"highlight.js": "^9.15.8",
"isomorphic-fetch": "^2.2.1",
"jsesc": "^2.5.2",
"lru-cache": "^5.1.1",
"mime": "^2.4.0",
"morgan": "^1.9.1",
"ndjson": "^1.5.0",
"pretty-bytes": "^5.1.0",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"semver": "^5.6.0",
"sort-by": "^1.2.0",
"sri-toolbox": "^0.2.0",
"tar-stream": "^1.6.2",
2019-07-09 18:59:10 +00:00
"tempy": "^0.3.0",
"validate-npm-package-name": "^3.0.0",
"warning": "^4.0.2",
"whatwg-url": "^7.0.0"
},
2019-01-06 00:50:05 +00:00
"devDependencies": {
2019-01-24 23:49:21 +00:00
"@ampproject/rollup-plugin-closure-compiler": "^0.8.5",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
2019-10-21 04:55:56 +00:00
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-core": "^7.0.0-bridge.0",
2019-10-21 04:55:56 +00:00
"babel-eslint": "10.x",
2018-07-31 18:03:02 +00:00
"babel-jest": "^23.4.2",
2019-02-02 01:54:21 +00:00
"chalk": "^2.4.2",
2019-01-06 00:50:05 +00:00
"dotenv": "^6.2.0",
2019-10-21 04:55:56 +00:00
"eslint": "6.x",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x",
2018-05-19 14:49:21 +00:00
"jest": "^22.4.4",
"nodemon": "^1.19.1",
"rollup": "^1.1.0",
2019-01-06 00:50:05 +00:00
"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-url": "^2.1.0",
2019-07-09 18:59:10 +00:00
"supertest": "^3.0.0"
2016-02-22 02:52:19 +00:00
}
}