-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1003 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
41
{
"name": "there-lander",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@reach/dialog": "^0.2.8",
"@sentry/browser": "^5.2.1",
"@svgr/webpack": "^4.2.0",
"@zeit/next-css": "^1.0.1",
"formik": "^1.5.4",
"graphql": "^14.3.0",
"just-debounce": "^1.0.0",
"ky": "^0.11.0",
"next": "^8.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-outside-click-handler": "^1.2.3",
"react-pose": "^4.0.8",
"styled-components": "^4.2.0",
"urql": "^1.0.5"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"now-build": "next build && next export -o dist"
},
"prettier": {
"singleQuote": true,
"semi": false
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-webp": "^5.0.0",
"next-optimized-images": "^2.5.0",
"webp-loader": "^0.4.0"
}
}