-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.04 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
{
"name": "monorepo",
"version": "1.0.0",
"description": "shaldengeki monorepo",
"private": true,
"workspaces": [
"fitbit_challenges/frontend/*",
"home_api/frontend/*"
],
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/react-testing": "^4.0.0",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.8.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"history": "^5.3.0",
"lodash": "^4.17.21",
"package.json": "^2.0.1",
"plotly.js": "^2.35.2",
"plotly.js-basic-dist": "^2.35.2",
"react": "^18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-dom": "^18.3.1",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"typescript": "^5",
"web-vitals": "^4.2.3"
},
"devDependencies": {
"@tsconfig/create-react-app": "^2.0.5",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.10",
"@types/plotly.js": "^2.33.4",
"@types/react-plotly.js": "^2.6.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"dotenv-webpack": "^8.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.2",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jsdom": "^25.0.1",
"mini-css-extract-plugin": "^2.9.1",
"process": "^0.11.10",
"react-canvas-confetti": "^2.0.7",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.14",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"overrides": {
"postcss": "^8.4.31",
"react-scripts": {
"typescript": ">3.2.1"
}
}
}