-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 856 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
{
"name": "cms-datocms",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"atob": "2.1.2",
"classnames": "2.2.6",
"cookie": "0.4.1",
"copy-to-clipboard": "3.3.1",
"date-fns": "2.10.0",
"isomorphic-fetch": "2.2.1",
"js-cookie": "2.2.1",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "1.8.0",
"next": "latest",
"onegraph-auth": "2.2.4",
"onegraph-subscription-client": "2.2.3",
"react": "^16.13.0",
"react-datocms": "1.1.0",
"react-dom": "^16.13.0",
"react-multistep": "5.0.5",
"remark": "11.0.2",
"remark-html": "10.0.0",
"swr": "0.2.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"dotenv": "8.2.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.2.0"
}
}