New "browse" UI
Also, separated out browse, ?meta, and ?module request handlers. Fixes #82
This commit is contained in:
11
package.json
11
package.json
@ -6,6 +6,7 @@
|
||||
"build": "rollup -c",
|
||||
"clean": "git clean -e '!/.env' -fdX .",
|
||||
"lint": "eslint modules",
|
||||
"serve": "nodemon -w server.js server.js",
|
||||
"test": "jest",
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
@ -17,21 +18,25 @@
|
||||
"@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",
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"cors": "^2.8.5",
|
||||
"date-fns": "^1.30.1",
|
||||
"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.7.0",
|
||||
"react-dom": "^16.7.0",
|
||||
"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",
|
||||
@ -54,7 +59,9 @@
|
||||
"eslint-import-resolver-node": "^0.3.2",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-react": "^7.14.2",
|
||||
"eslint-plugin-react-hooks": "^1.6.1",
|
||||
"jest": "^22.4.4",
|
||||
"nodemon": "^1.19.1",
|
||||
"rollup": "^1.1.0",
|
||||
"rollup-plugin-babel": "^4.2.0",
|
||||
"rollup-plugin-commonjs": "^9.2.0",
|
||||
|
||||
Reference in New Issue
Block a user