forked from encode42/flags.sh
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 703 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 703 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
{
"name": "flags.sh.cn",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "blitz dev",
"build": "blitz build",
"export": "blitz build && blitz export",
"start": "blitz start"
},
"dependencies": {
"@encode42/mantine-extras": "^1.0.2",
"@hookform/resolvers": "2.8.8",
"@mantine/core": "^3.6.14",
"@mantine/dropzone": "^3.6.14",
"@mantine/hooks": "^3.6.14",
"@mantine/next": "3.6.14",
"@mantine/prism": "^3.6.14",
"blitz": "0.45.3",
"common-tags": "^1.8.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "7.27.1"
},
"devDependencies": {
"@types/react": "17.0.39",
"typescript": "~4.6.2"
}
}