-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.95 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
{
"private": true,
"scripts": {
"dev": "vite",
"dev-docker": "vite --host",
"lint": "eslint ./resources/js/**/*.{ts,tsx} --ext .ts,.tsx",
"lint:fix": "eslint --fix './resources/js/**/*.{ts,tsx}'",
"format": "prettier --write './resources/js/**/*.{ts,tsx}' --config ./.prettierrc",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@types/bootstrap": "^5.2.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-react": "^3.1.0",
"axios": "^1.1.2",
"bootstrap": "^5.2.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"laravel-vite-plugin": "^0.7.4",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"typescript": "^4.9.5",
"vite": "^4.1.1"
},
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"boring-avatars": "^1.7.0",
"easy-peasy": "^5.2.0",
"jquery": "^3.6.3",
"popper.js": "^1.16.1",
"sass-loader": "^13.2.0"
}
}