forked from Hypertopic/Agorae
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 864 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 864 Bytes
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
{
"name": "agorae",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"formik": "^2.2.9",
"framer-motion": "^5.4.5",
"hypertopic": "^3.6.0",
"i18next": "^21.3.3",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"next": "^12.0.2",
"node-fetch": "^3.3.0",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.15.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/react": "17.0.24",
"@types/styled-components": "^5.1.14",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"jest": "^27.4.4",
"ts-jest": "^27.0.5",
"typescript": "^4.5.3"
}
}