-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.64 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
{
"name": "intellect",
"version": "1.0.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^7.2.1",
"@types/axios": "^0.14.0",
"@types/feather-icons": "^4.29.3",
"@types/node": "^20.10.4",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^9.8.8",
"axios": "^1.6.7",
"feather-icons": "^4.28.0",
"next": "^14.0.3",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-bootstrap-icons": "1.8.4",
"react-dom": "^18.2.0",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@types/bootstrap": "^5.2.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "3.2.4",
"typescript": "^5"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}