-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.96 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
{
"name": "nyutab",
"version": "1.1.0",
"private": true,
"dependencies": {
"@vitejs/plugin-react": "4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"enwords": "^1.0.2",
"eslint-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"framer-motion": "^12.0.0-alpha.1",
"hex-color-to-color-name": "^1.0.2",
"mathjs": "14.0.0",
"openai": "4.73.1",
"react": "^19.0.0-rc-65a56d0e-20241020",
"react-countdown": "2.3.6",
"react-dom": "^19.0.0-rc-65a56d0e-20241020",
"react-fast-marquee": "1.6.5",
"react-icons": "5.3.0",
"react-indiana-drag-scroll": "3.0.3-alpha",
"react-swipeable": "^7.0.2",
"react-virtuoso": "4.12.3",
"sudoku": "^0.0.3",
"swiper": "11.1.15",
"uniqid": "^5.4.0",
"zustand": "5.0.1"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest --ui",
"coverage": "vitest run --coverage"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@mdx-js/rollup": "^3.1.0",
"@types/chrome": "^0.0.287",
"@types/mdx": "^2.0.13",
"@types/node": "^22.9.0",
"@types/uniqid": "^5.3.4",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitest/ui": "^2.1.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"rollup": "^4.25.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.4",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
},
"homepage": "/"
}