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": {
|
|
|
|
"@babel/core": "^7.7.7",
|
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-16 18:57:44 +01:00
|
|
|
"svelte": "^3.18.2"
|
2020-01-07 19:23:49 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-01-20 12:23:00 +01:00
|
|
|
"core-js-pure": "^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-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-15 17:41:05 +01:00
|
|
|
"svelte-routing": "^1.4.0"
|
2020-01-07 19:23:49 +01:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
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
|
|
|
}
|