-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 1.02 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
{
"private": true,
"devDependencies": {
"autoprefixer": "^9.7.6",
"csso-cli": "^3.0.0",
"elm-impfix": "^1.0.8",
"elm-review": "^2.0.1",
"eslint": "^6.8.0",
"postcss": "^7.0.27",
"postcss-cli": "^7.1.0",
"postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.1",
"purgecss": "^2.1.2",
"tailwindcss": "^1.3.4",
"tailwindcss-animations": "^2.0.0",
"tailwindcss-interaction-variants": "^3.1.1",
"terser": "^4.6.12",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@textile/powergate-client": "^2.0.1",
"@tokenizer/http": "^0.5.2",
"blockstack": "https://gist.github.com/a888e02d7441aeb2af99263a3add0f73.git",
"fast-text-encoding": "^1.0.2",
"file-saver": "^2.0.2",
"jszip": "^3.4.0",
"lunr": "^2.3.8",
"music-metadata-browser": "^2.0.5",
"pep": "mpizenberg/elm-pep#071616d75ca61e261fdefc7b55bc46c34e44ea22",
"remotestoragejs": "^1.2.3",
"subworkers": "^1.0.1",
"timer.js": "^1.0.4",
"tocca": "^2.0.9"
}
}