mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"author": "Tiffany Bennett (https://tiffnix.com)",
|
|
"name": "rink-web",
|
|
"version": "0.6.3",
|
|
"repository": "https://github.com/tiffany352/rink-rs",
|
|
"homepage": "https://rinkcalc.app",
|
|
"description": "Web interface to Rink",
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"dev": "sapper dev",
|
|
"build": "sapper build",
|
|
"export": "sapper export",
|
|
"start": "node __sapper__/build",
|
|
"cy:run": "cypress run",
|
|
"cy:open": "cypress open",
|
|
"test": "run-p --race dev cy:run"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^12.0.0",
|
|
"@rollup/plugin-node-resolve": "^8.0.0",
|
|
"@rollup/plugin-replace": "^2.2.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@types/elementtree": "^0.1.0",
|
|
"@types/express": "^4.17.7",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@wasm-tool/rollup-plugin-rust": "^1.0.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"parcel-bundler": "^1.12.4",
|
|
"parcel-plugin-svelte": "^4.0.6",
|
|
"parcel-plugin-wasm-pack": "^6.0.1",
|
|
"rollup": "^2.3.4",
|
|
"rollup-plugin-svelte": "^5.0.1",
|
|
"rollup-plugin-terser": "^5.3.0",
|
|
"rollup-plugin-typescript2": "^0.17.2",
|
|
"sapper": "^0.27.16",
|
|
"svelte": "^3.24.0",
|
|
"svelte-preprocess": "^4.0.9",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"dependencies": {
|
|
"compression": "^1.7.1",
|
|
"elementtree": "^0.1.7",
|
|
"express": "^4.17.1",
|
|
"node-fetch": "^2.6.1",
|
|
"sirv": "^1.0.0",
|
|
"atomically": "1.7.0"
|
|
},
|
|
"browserslist": [
|
|
"last 3 chrome versions",
|
|
"last 3 firefox versions"
|
|
]
|
|
}
|