-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.3 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
48
49
50
51
52
53
{
"name": "remarkable",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@tanstack/react-query": "^4.0.10",
"antd": "^4.22.6",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"extract-zip": "^2.0.1",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"fuse.js": "^6.6.2",
"glob": "^8.0.3",
"list-to-tree": "^2.2.5",
"next": "12.2.4",
"query-string": "^7.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-query": "^4.0.0",
"remarkable-typescript": "^1.1.3",
"unzipper": "^0.10.11",
"uuid": "^8.3.2",
"valtio": "^1.6.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/node": "18.6.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-query": "^1.2.9",
"@types/unzipper": "^0.10.5",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"postcss": "^8.4.14",
"prettier": "2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}