-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 952 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": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"98.css": "^0.1.16",
"@types/date-fns": "^2.6.0",
"@types/next-seo": "^1.10.0",
"@types/prismjs": "^1.16.1",
"@types/react-ga": "^2.3.0",
"@types/react-syntax-highlighter": "^11.0.4",
"date-fns": "^2.14.0",
"next": "9.4.4",
"next-seo": "^4.5.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prismjs": "^1.20.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-ga": "^3.0.0",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^12.2.1",
"storyblok-js-client": "^2.5.0",
"swr": "^0.2.3",
"use-clippy-now": "^0.3.0"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/react": "^16.9.38",
"prettier": "2.0.5",
"typescript": "^3.9.5"
}
}