-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"private": true,
"name": "inspirat",
"version": "0.19.0",
"description": "A new tab experience for Chromium-based browsers.",
"author": "darkobits",
"license": "Hippocratic",
"type": "module",
"scripts": {
"build": "nr build",
"start": "nr start",
"prepare": "nr prepare",
"help": "nr --scripts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.609.0",
"@darkobits/env": "^2.0.0",
"@darkobits/log": "2.0.0-beta.16",
"@darkobits/react-kit": "^0.4.1",
"@darkobits/serverless-kit": "0.2.4",
"@darkobits/sleep": "^3.0.0",
"@vanilla-extract/dynamic": "^2.1.1",
"animate.css": "^4.1.1",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"camelcase": "^8.0.0",
"chance": "^1.1.11",
"classnames": "^2.5.1",
"consola": "^3.2.3",
"date-fns": "^3.6.0",
"jotai": "^2.8.4",
"jquery": "^3.7.1",
"localforage": "^1.10.0",
"mousetrap": "^1.6.5",
"ms": "^2.1.3",
"node-emoji": "^2.1.3",
"node-vibrant": "^3.1.6",
"p-queue": "^8.0.1",
"p-retry": "^6.2.0",
"p-series": "^3.0.0",
"parse-link-header": "^2.0.0",
"polished": "^4.3.1",
"popper.js": "^1.16.1",
"pretty-ms": "^9.0.0",
"query-string": "^9.0.0",
"ramda": "^0.30.1",
"react-bootstrap": "^2.10.4",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"style-object-to-css-string": "^1.1.3",
"swipe-listener": "^1.3.0",
"tailwind-merge": "^2.4.0",
"throttle-debounce": "^5.0.2",
"url-parse-lax": "^4.0.0",
"use-async-effect": "^2.2.7",
"use-query-params": "^2.2.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@darkobits/env": "^2.0.0",
"@darkobits/fd-name": "^0.1.7",
"@darkobits/log": "^2.0.0-beta.16",
"@darkobits/ts": "^0.20.10",
"@darkobits/tsx": "^0.12.13",
"@darkobits/vite-plugin-favicons": "^0.3.2",
"@fontsource/josefin-sans": "^5.0.20",
"@serverless-stack/resources": "^1.18.4",
"@tailwindcss/vite": "^4.0.0-alpha.16",
"@types/aws-lambda": "^8.10.140",
"@types/chance": "^1.1.6",
"@types/is-ci": "^3.0.4",
"@types/mousetrap": "^1.6.15",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.10",
"@types/object-hash": "^3.0.6",
"@types/parse-link-header": "^2.0.3",
"@types/ramda": "^0.30.1",
"@types/react-helmet": "^6.1.11",
"@types/throttle-debounce": "^5.0.2",
"@types/url-parse-lax": "^5.0.2",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"aws-cdk-lib": "^2.148.0",
"csstype": "^3.1.3",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"node-machine-id": "^1.1.12",
"rollup-plugin-visualizer": "^5.12.0",
"semantic-release-chrome": "^3.2.0",
"sst": "2.43.3",
"tailwindcss": "4.0.0-alpha.16",
"vite-plugin-pwa": "^0.20.0"
}
}