-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 KB
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
{
"name": "fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "^31.2.1",
"@ag-grid-community/core": "^31.2.1",
"@ag-grid-community/infinite-row-model": "^31.2.1",
"@ag-grid-community/react": "^31.2.1",
"@ag-grid-community/styles": "^31.2.1",
"@mantine/core": "^7.7.1",
"@mantine/form": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@tabler/icons-react": "^3.1.0",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"react-timer-hook": "^3.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@mantinex/mantine-logo": "^1.0.1",
"@stylistic/eslint-plugin": "^1.7.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5"
}
}