-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "svgr --index-template icons/templates/indexTemplate.cjs --config-file icons/config/basic.config.cjs",
"gen:icon": "yarn gen --out-dir ./icons/components ./icons/svgs",
"icon:build": "yarn gen:icon"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.5",
"@mantine/hooks": "^6.0.5",
"@mantine/next": "^6.0.5",
"@svgr/plugin-jsx": "^6.3.1",
"@svgr/plugin-prettier": "^6.3.1",
"@tabler/icons-react": "^2.12.0",
"@tanstack/react-query": "^4.24.10",
"@tanstack/react-query-devtools": "^4.24.12",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vanilla-extract/css": "^1.9.5",
"axios": "^1.3.4",
"eslint": "8.35.0",
"eslint-config-next": "13.2.2",
"file-saver": "^2.0.5",
"next": "13.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.1",
"react-tooltip": "^5.8.3",
"reset.css.ts": "^0.2.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@svgr/cli": "^7.0.0",
"@svgr/core": "^7.0.0",
"@types/file-saver": "^2.0.5",
"@vanilla-extract/next-plugin": "^2.1.1"
}
}