-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.08 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
40
41
42
43
44
{
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",
"sass": "^1.54.0",
"typescript": "^3.9.2",
"vite": "^3.0.4"
},
"dependencies": {
"@nll/css": "^9.7.0",
"@nll/datum": "^3.1.0",
"@nll/dux": "^8.1.4",
"date-fns": "^2.13.0",
"fp-ts": "2.12.2",
"io-ts": "2.2.17",
"monocle-ts": "2.3.13",
"preact": "10.10.0",
"preact-router": "^3.2.1",
"react-icons": "^3.10.0",
"react-spring": "^8.0.27",
"reselect": "^4.0.0"
},
"name": "bee",
"description": "[![Donate](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/baetheus)",
"version": "1.0.0",
"main": "src/index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/baetheus/bee.git"
},
"keywords": [
"spelling",
"bee"
],
"author": "Brandon Blaylock <[email protected]> (https://blaylock.dev)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/baetheus/bee/issues"
}
}