-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 878 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 878 Bytes
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
{
"private": true,
"type": "module",
"dependencies": {
"@fission-suite/kit": "1.1.2",
"elm-taskport": "^2.0.1",
"ipfs-core-types": "^0.13.0",
"is-ipfs": "^7.0.3",
"it-all": "^2.0.0",
"it-to-stream": "^0.1.2",
"render-media": "^4.1.0",
"tocca": "^2.0.9",
"uint8arrays": "^4.0.2",
"webnative": "^0.36.3",
"webnative-elm": "^8.1.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"elm-git-install": "^0.1.4",
"elm-impfix": "^1.0.8",
"elm-live": "^4.0.1",
"elm-tailwind-css": "^1.0.1",
"esbuild": "^0.16.1",
"events": "^3.3.0",
"html-minifier-terser": "^5.1.1",
"mustache": "^4.0.1",
"path": "^0.12.7",
"postcss": "^8.1.9",
"postcss-import": "^13.0.0",
"tailwindcss": "^1.9.6",
"workbox-cli": "^6.1.2",
"workbox-strategies": "^6.1.2"
}
}