-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.42 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.42 KB
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
{
"name": "penpage",
"version": "2.0.3",
"private": true,
"type": "module",
"homepage": "https://kylev.github.io/pen/",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"color": "^5.0.0",
"downloadjs": "^1.4.7",
"i18next": "^25.3.4",
"i18next-browser-languagedetector": "8.2.0",
"lodash-es": "^4.17.21",
"mobx": "^6.13.0",
"mobx-react-observer": "^1.1.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "15.6.1",
"react-number-format": "5.4.4"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"format": "prettier --write .",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"jsdom": "^26.1.0",
"prettier": "^3.6.2",
"vite": "^7.1.2",
"vite-bundle-analyzer": "^1.2.1",
"vitest": "^3.2.4"
},
"setupTestFrameworkScriptFile": "<rootDir>src/setupTests.js",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}