-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 974 Bytes
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
{
"name": "smile-studio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"api:download": "wget http://213.166.68.234/api/v1/schema/?format=json -O ./src/shared/api/schema.yaml",
"api:generate": "rm -rf src/shared/api/generated && orval"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@next/font": "14.2.5",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"antd": "^5.19.3",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"js-cookie": "^3.0.5",
"moment": "^2.30.1",
"next": "14.2.5",
"next-remote-watch": "^2.0.0",
"primereact": "^10.8.2",
"punycode": "^2.3.1",
"react": "18.3.1",
"react-calendar": "^5.0.0",
"react-dom": "18.3.1",
"sass": "^1.77.8",
"typescript": "5.5.3"
}
}