-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 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
{
"name": "double-negative-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"engines": {
"node": "12.14.0"
},
"dependencies": {
"airtable": "^0.8.1",
"dotenv": "^8.0.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"next": "^9.3.1",
"next-images": "^1.2.0",
"next-page-transitions": "^1.0.0-beta.2",
"nookies": "^2.0.8",
"now": "^16.1.2-canary.3",
"prismic-javascript": "^2.1.1",
"prismic-reactjs": "^1.1.1",
"query-string": "^6.11.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-ga": "^2.6.0",
"react-grid-gallery": "^0.5.5",
"react-markdown": "^4.1.0",
"react-moment": "^0.9.2",
"string-hash": "^1.1.3"
}
}