-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.94 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
{
"name": "no-mans-folly",
"version": "1.0.0",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"bench": "vitest bench",
"type": "yarn tsc --noEmit",
"lint": "eslint --ext ts,tsx ./*.ts ./src",
"lint-json": "prettier -c ./*.json",
"lint-style": "prettier -c ./src/**/*.css ./src/**/*.html",
"lint:fix": "yarn lint --fix && yarn lint-json -w && yarn lint-style -w"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@tailwindcss/postcss": "4.0.5",
"emoji-mart": "^5.6.0",
"fractional-indexing-jittered": "^1.0.0",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"littlezipper": "^0.1.5",
"minimatrix-polyroots": "^3.0.5",
"nanoid": "^5.0.9",
"okageo": "^3.1.11",
"okaselect": "^0.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-google-drive-picker": "^1.2.2",
"react-i18next": "^15.4.0",
"tailwindcss": "4.0.5",
"y-indexeddb": "^9.0.12",
"yjs": "^13.6.23"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/gapi": "^0.0.47",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"happy-dom": "^17.0.2",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-plugin-handlebars": "^2.0.0",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^3.0.5"
}
}