-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
114 lines (114 loc) · 2.92 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "mathgenie",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@vercel/speed-insights": "^1.1.0",
"brace-expansion": "^4.0.0",
"canvas": "^3.1.0",
"glob": "^11.0.0",
"jspdf": "^2.5.1",
"make-dir": "^5.0.0",
"minimatch": "^10.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"string-width": "^7.2.0",
"web-vitals": "^4.2.4",
"whatwg-url": "^14.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --run",
"prepare": "husky",
"coverage": "vitest --coverage"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/register": "^7.25.9",
"@eslint/js": "^9.15.0",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"autoprefixer": "^10.4.20",
"c8": "^10.1.2",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.14.0",
"happy-dom": "^15.11.7",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"vite": "^6.0.6",
"vite-plugin-compression": "^0.5.1",
"vitest": "^2.1.9"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
},
"resolutions": {
"rimraf": "^6.0.0",
"glob": "^11.0.0",
"npmlog": "^7.0.1",
"make-dir": "^4.0.0",
"esbuild": "^0.25.0",
"brace-expansion": "^2.0.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"lru-cache": "^11.0.1",
"decompress-response": "^9.0.0",
"escape-string-regexp": "^5.0.0",
"find-cache-dir": "^5.0.0",
"find-up": "^7.0.0",
"globals": "^15.9.0",
"human-signals": "^8.0.0",
"is-plain-object": "^5.0.0",
"js-tokens": "^9.0.0",
"slash": "^ 5.1.0",
"tr46": "^5.0.0",
"webidl-conversions": "^7.0.0",
"whatwg-url": "^12.0.0",
"@mapbox/node-pre-gyp": "^1.0.11",
"minimatch": "^10.0.1",
"string-width": "^4.2.3",
"tar": "^7.4.3",
"wrap-ansi-cjs": "^8.0.0",
"wrap-ansi": "^9.0.0",
"@types/estree": "^1.0.6",
"which": "^5.0.0",
"p-map": "^7.0.2",
"nopt": "^8.0.0"
},
"packageManager": "[email protected]+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}