-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (35 loc) · 858 Bytes
/
package.json
File metadata and controls
37 lines (35 loc) · 858 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
37
{
"name": "todo-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@createnextapp/async-local-storage": "^1.0.1",
"antd": "^4.21.3",
"antd-mobile-v2": "^2.3.4",
"async-local-storage": "^2.3.1",
"autosave": "^1.0.3",
"localforage": "^1.10.0",
"mobx": "^6.6.0",
"mobx-persist-store": "^1.0.6",
"mobx-react-lite": "^3.4.0",
"mobx-sync": "^3.0.0",
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive": "^9.0.0-beta.10",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"react-native-uuid": "^2.0.1"
}
}