-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.18 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": "osf-fire-relay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"test": "jest --watch",
"test-ci": "jest --ci",
"emulators": "firebase emulators:start --import=./.emulator-data --export-on-exit"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.4.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "^13.0.6",
"firebase": "^9.22.1",
"framer-motion": "^6.5.1",
"nanoid": "^4.0.0",
"next": "^13.0.6",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^2.0.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"eslint": "8.25.0",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"pretty-quick": "^3.1.3",
"sass": "^1.56.0"
}
}