-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "smaabruket",
"private": true,
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"typecheck": "bunx tsc --noEmit",
"build": "NODE_ENV=production bunx --bun vite build",
"preview": "bunx --bun vite preview",
"lint": "bunx eslint .",
"lint:fix": "bunx eslint --fix ."
},
"dependencies": {
"bootstrap": "4.6.2",
"date-fns": "3.6.0",
"domready": "1.0.8",
"jquery": "3.7.1",
"popper.js": "1.16.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@tsconfig/bun": "1.0.7",
"@tsconfig/strictest": "2.0.5",
"@types/domready": "1.0.2",
"@types/eslint": "^8.56.10",
"@types/eslint__js": "^8.42.3",
"@types/jquery": "3.5.32",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.4",
"bun-types": "1.1.40",
"eslint": "^9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"globals": "^15.8.0",
"prettier": "3.4.2",
"sass": "1.83.0",
"typescript": "5.7.2",
"typescript-eslint": "^7.15.0",
"vite": "5.4.11"
}
}