-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.33 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "cliniprompt",
"version": "0.1.0",
"private": false,
"dependencies": {
"@emotion/react": "^11.13.0",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.11.2",
"@mantine/form": "^7.2.2",
"@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2",
"@mantine/styles": "^6.0.22",
"@tabler/icons-react": "^3.11.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"axios": "^1.6.2",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dayjs": "^1.11.12",
"embla-carousel-react": "^7.1.0",
"firebase": "^10.5.0",
"framer-motion": "^10.16.16",
"mantine-react-table": "^2.0.0-beta.6",
"n": "^9.2.3",
"node": "^20.16.0",
"openai": "^4.12.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-router-dom": "^6.17.0",
"react-scripts": "^5.0.1",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4",
"yarn": "^1.22.22"
},
"scripts": {
"start": "react-scripts start",
"start-api": "cd api && venv/bin/flask run --no-debugger",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [],
"rules": {
"no-unused-vars": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"options": {
"allowedHosts": [
"localhost",
".localhost"
],
"proxy": "http://cliniprompt.dom.wisc.edu:5000"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@eslint/js": "^9.8.0",
"eslint": "9.x",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.9.1",
"postcss-simple-vars": "^7.0.1"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"author": "",
"license": "ISC"
}