-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
73 lines (73 loc) · 1.93 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "markup",
"version": "2.0.0",
"private": false,
"author": {
"name": "Samuel Dobbie",
"email": "[email protected]",
"url": "https://github.com/samueldobbie"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mantine/core": "^5.5.5",
"@mantine/dropzone": "^5.5.6",
"@mantine/form": "^5.5.5",
"@mantine/hooks": "^5.5.5",
"@mantine/modals": "^5.6.1",
"@mantine/notifications": "^5.10.3",
"@supabase/supabase-js": "^2.0.0-rc.13",
"@tabler/icons": "^1.104.0",
"@types/node": "^16.11.56",
"@types/react": "^18.0.18",
"distinct-colors": "^3.0.0",
"file-saver": "^2.0.5",
"firebase": "^9.9.4",
"jszip": "^3.10.1",
"mantine-datatable": "^1.7.7",
"openai": "^3.2.1",
"openapi-typescript": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-helmet-async": "^1.3.0",
"react-json-pretty": "^2.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-text-annotate": "^0.3.0",
"react-text-annotate-blend": "^1.1.0",
"react-uuid": "^2.0.0",
"recoil": "^0.7.5",
"recoil-persist": "^4.2.0",
"typescript": "^4.8.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generateTypes": "openapi-typescript http://localhost:54321/rest/v1/?apikey=$SUPABASE_KEY_DEV --output src/storage/database/Definitions.ts"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/react-dom": "^18.0.10"
}
}