-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "smufl-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"generate:mxl": "npx tsx ./src/models/files/xsd/parser.ts"
},
"dependencies": {
"@types/object-mapper": "^6.2.2",
"binary-parser": "^2.2.1",
"d3": "^7.9.0",
"events": "^3.3.0",
"jszip": "^3.10.1",
"object-mapper": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remeda": "^2.17.3",
"ts-json-as-const": "^1.0.7",
"ts-pattern": "^5.1.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/binary-parser": "^1.5.5",
"@types/d3": "^7.4.3",
"@types/jszip": "^3.4.0",
"@types/node": "^20.12.8",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"happy-dom": "^16.5.3",
"prettier": "3.2.5",
"type-fest": "^4.21.0",
"typescript": "^5.7.2",
"vite": "^5.2.0",
"vitest": "^1.6.0"
}
}