-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 1.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
{
"name": "butterlord-tools",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"preinstall": "npx only-allow pnpm",
"lint": "rome check src",
"lint:fix": "rome check src --apply-suggested",
"format": "rome format src --write"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": ">=7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@sentry/browser": "6.14.3",
"array-flat-polyfill": "1.0.1",
"entities": "3.0.1",
"fast-xml-parser": "4.1.3",
"file-saver": "2.0.5",
"jszip": "3.7.1",
"lodash.isequal": "4.5.0",
"lodash.set": "4.3.2",
"natural-orderby": "2.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.0.2",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "2.0.4",
"styled-components": "5.3.3",
"uuid": "8.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@total-typescript/ts-reset": "0.4.2",
"@types/file-saver": "2.0.3",
"@types/jest": "27.0.2",
"@types/jszip": "3.4.1",
"@types/lodash.isequal": "4.5.5",
"@types/lodash.set": "4.3.6",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "5.3.2",
"@types/styled-components": "5.1.15",
"@types/uuid": "8.3.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"clipboardy": "3.0.0",
"fs-extra": "10.0.0",
"globby": "11.0.3",
"prettier": "^2.8.4",
"rome": "^11.0.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}