-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.37 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
{
"name": "obr-draw-steel",
"private": true,
"version": "0.7.1",
"homepage": "https://dayvar14.github.io/obr-draw-steel",
"type": "module",
"scripts": {
"dev": "node src/manifest.js ./public/manifest.json && vite",
"build": "tsc && vite build && node src/manifest.js ./dist/manifest.json",
"lint": "eslint . --ext .js,.ts,.tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write --ignore-unknown .",
"preview": "vite preview"
},
"dependencies": {
"@owlbear-rodeo/sdk": "^3.0.0",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13",
"uuid": "^10.0.0",
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"npm": "^10.9.0",
"prettier": "^3.3.3",
"sass": "^1.79.5",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0"
}
}