-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
37
38
39
{
"name": "mastodon-client",
"version": "1.0.0",
"description": "a mastodon client",
"main": "index.js",
"dependencies": {
"@blueprintjs/core": "^3.36.0",
"flickity": "^2.2.1",
"history": "^5.0.0",
"html-dom-parser": "^1.0.0",
"lru-cache": "^6.0.0",
"masto": "^3.6.4",
"path-to-regexp": "^6.2.0",
"preact": "^10.5.7",
"random-gradient": "0.0.2",
"react-flickity-component": "^3.6.0",
"react-textfit": "^1.1.1",
"react-time-ago": "^6.2.2",
"react-virtuoso": "^1.2.5",
"snowpack": "^2.18.5",
"styled-components": "^5.2.1"
},
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"test": "test"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@prefresh/babel-plugin": "^0.4.0",
"@prefresh/snowpack": "^3.0.0",
"@snowpack/plugin-babel": "^2.1.5",
"babel-plugin-jsx-imports": "^1.0.0",
"babel-preset-preact": "^2.0.0",
"standardjs": "^1.0.0-alpha"
}
}