forked from niclashoyer/simplecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "simplecast",
"version": "0.1.0",
"description": "``` poetry install ```",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx parcel build --dist-dir dist templates/index.js",
"dev": "npx parcel serve templates/index.js"
},
"repository": {
"type": "git",
"url": "https://git.fionic.eu/niclas/simplecast.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"weather-icons": "github:erikflowers/weather-icons"
},
"devDependencies": {
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"parcel": "^2.7.0",
"parcel-plugin-static-files-copy": "^2.6.0",
"parcel-reporter-static-files-copy": "^1.4.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.16",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"serve-static": "^1.15.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.1.8",
"url": "^0.11.0",
"util": "^0.12.4"
}
}