-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "sisyphus.web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anatoliygatt/use-prefers-color-scheme": "^1.0.10",
"@ant-design/cssinjs": "^1.12.0",
"@ant-design/icons": "^5.1.4",
"@ant-design/static-style-extract": "^1.0.1",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/lodash": "^4.14.197",
"antd": "^5.7.1",
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"monaco-editor": "^0.44.0",
"next": "13.4.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.1",
"react-zoom-pan-pinch": "^3.1.0",
"swr": "^2.2.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.10",
"postcss": "8.4.26",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
}
}