www-2021/package.json

39 lines
1 KiB
JSON
Raw Permalink Normal View History

2021-04-16 16:07:57 +00:00
{
"name": "TODO",
"description": "TODO",
"version": "0.0.1",
"scripts": {
2021-05-02 13:48:24 +00:00
"dev": "sapper dev --hot=false",
2021-05-02 13:47:36 +00:00
"build": "sapper build",
"export": "sapper export",
2021-04-16 16:07:57 +00:00
"start": "node __sapper__/build"
},
"dependencies": {
"compression": "^1.7.1",
"d3": "^6.7.0",
2021-04-16 16:07:57 +00:00
"polka": "next",
"satellite.js": "^4.1.3",
"sirv": "^1.0.0",
"topojson": "^3.0.2"
2021-04-16 16:07:57 +00:00
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.2.0",
"@rollup/plugin-url": "^5.0.0",
"rollup": "^2.3.4",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sapper": "^0.28.0",
2021-04-30 18:06:52 +00:00
"svelte": "^3.17.3",
"svelte-media-query": "^1.0.0",
2021-04-30 18:06:52 +00:00
"tslib": "^2.2.0"
2021-04-16 16:07:57 +00:00
}
}