-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "infinite-novelty",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "xstate typegen \"src/**/*.ts?(x)\" && tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^1.3.1",
"@xstate/react": "^3.0.0",
"clsx": "^1.1.1",
"commandbar": "^1.6.6",
"fetch-jsonp": "^1.2.1",
"immer": "^9.0.12",
"masonic": "^3.6.5",
"navaid": "^1.2.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-masonry-css": "^1.0.16",
"sql.js-httpvfs": "^0.8.12",
"sqliterally": "^1.0.3",
"toastify-js": "^1.11.2",
"use-immer": "^0.7.0",
"xstate": "^4.31.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.1.5",
"@types/jest": "^27.4.1",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.8",
"@types/toastify-js": "^1.11.0",
"@xstate/cli": "^0.1.7",
"jest": "^28.0.3",
"prettier": "^2.6.2",
"ts-jest": "^28.0.0-next.3",
"typescript": "^4.5.4",
"vite": "^2.9.5",
"vite-plugin-svgr": "^1.1.0"
}
}