mastoradio/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2020-01-07 19:23:49 +01:00
{
"name": "eldritch-cafe-radio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2020-01-10 14:28:27 +01:00
"build": "parcel build src/index.html -d public",
2020-01-07 19:23:49 +01:00
"dev": "parcel src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2020-02-23 01:07:01 +01:00
"@babel/core": "^7.8.4",
2020-01-20 12:23:00 +01:00
"@babel/preset-env": "^7.8.3",
2020-02-15 18:58:20 +01:00
"autoprefixer": "^9.7.4",
2020-01-07 19:23:49 +01:00
"parcel": "^1.12.4",
2020-02-15 20:13:33 +01:00
"parcel-plugin-static-files-copy": "^2.3.1",
2020-01-07 19:23:49 +01:00
"parcel-plugin-svelte": "^4.0.5",
2020-02-15 23:10:03 +01:00
"postcss-input-range": "^4.0.0",
2020-02-15 18:58:20 +01:00
"sass": "^1.25.0",
2020-02-22 03:39:15 +01:00
"svelte": "^3.18.2",
"typescript": "^3.8.2"
2020-01-07 19:23:49 +01:00
},
"dependencies": {
2020-02-22 01:59:26 +01:00
"@popperjs/core": "^2.0.6",
2020-02-22 04:38:33 +01:00
"copy-to-clipboard": "^3.2.1",
2020-02-23 01:07:01 +01:00
"core-js": "^3.6.4",
2020-01-09 20:31:12 +01:00
"date-fns": "^2.9.0",
2020-01-08 20:37:46 +01:00
"get-urls": "^9.2.0",
2020-02-15 17:41:05 +01:00
"iter-tools": "^7.0.0-rc.0",
2020-02-23 01:07:01 +01:00
"regenerator-runtime": "^0.13.3",
2020-02-16 17:02:39 +01:00
"route-parser": "0.0.5",
2020-02-18 19:18:46 +01:00
"svelte-pipeable-store": "^1.0.3",
2020-02-22 04:38:33 +01:00
"svelte-portal": "^0.1.0",
2020-03-04 01:10:36 +01:00
"svelte-routing": "^1.4.0"
2020-01-07 19:23:49 +01:00
},
2020-02-15 20:13:33 +01:00
"staticFiles": {
2020-02-16 18:57:26 +01:00
"staticPath": "public",
2020-02-15 20:13:33 +01:00
"watcherGlob": "**"
}
2020-01-07 19:23:49 +01:00
}