forked from soumya-sasidharan/Q-A-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "qa-app",
"version": "1.0.0",
"description": "Q&A App for Accenture's Tech Bootcamp :)",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soumya-sasidharan/Q-A-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/soumya-sasidharan/Q-A-app/issues"
},
"homepage": "https://github.com/soumya-sasidharan/Q-A-app#readme",
"dependencies": {
"@apollo/client": "^3.6.9",
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"dotenv": "^16.0.1",
"framer-motion": "^6.3.16",
"graphql": "^16.5.0",
"next": "^12.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.2.0",
"realm-web": "^1.7.0"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-config-next": "12.2.0"
}
}