-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 969 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
{
"name": "juno-pact",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@chakra-ui/core": "^0.7.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.9.10",
"apollo-boost": "^0.4.7",
"date-fns": "^2.12.0",
"emotion-theming": "^10.0.27",
"graphql": "^15.0.0",
"lodash": "^4.17.15",
"next": "9.3.5",
"node-fetch": "^2.6.0",
"quill-magic-url": "^1.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-feather": "^2.0.4",
"react-flip-move": "^3.0.4",
"react-icons": "^3.10.0",
"react-quill": "^1.3.5",
"use-resize-observer": "^6.1.0-alpha.3"
},
"devDependencies": {
"dotenv": "^8.2.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.2.0"
}
}