forked from Finatlon/Finatlon-Prototype
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 986 Bytes
/
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
{
"name": "finatlon-prototype",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Finatlon/Finatlon-Prototype.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Finatlon/Finatlon-Prototype/issues"
},
"homepage": "https://github.com/Finatlon/Finatlon-Prototype#readme",
"dependencies": {
"@apollo/client": "^3.7.9",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.11",
"graphql": "^16.6.0",
"next": "^13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.8"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.1",
"@graphql-codegen/client-preset": "^2.1.0",
"typescript": "^4.9.5"
},
"resolutions": {
"styled-components": "^5"
}
}