-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "chronicle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@emotion/styled": "^10.0.27",
"@sentry/browser": "^5.15.4",
"@sentry/node": "^5.15.4",
"@styled-system/css": "^5.1.5",
"@theme-ui/presets": "^0.3.0",
"@zeit/next-source-maps": "0.0.4-canary.1",
"babel-jest": "^25.2.4",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.11.0",
"fathom-client": "^3.0.0",
"firebase": "^7.10.0",
"immer": "^6.0.2",
"jest": "^25.2.4",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"next": "9.5.4",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^2.3.1",
"next-seo": "^4.4.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-feather": "^2.0.9",
"react-hook-form": "^5.0.3",
"react-nice-dates": "^2.0.0",
"theme-ui": "^0.3.5",
"use-immer": "^0.3.5",
"uuid": "^7.0.2"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/localforage": "^0.0.34",
"@types/lodash": "^4.14.149",
"@types/next-seo": "^1.10.0",
"@types/node": "13.13.35",
"@types/react": "^16.9.23",
"@types/styled-system": "^5.1.9",
"@types/styled-system__css": "^5.0.5",
"@types/theme-ui": "^0.3.0",
"@types/uuid": "^7.0.0",
"babel-plugin-emotion": "^10.0.29",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
}
}