-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 924 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": "dawids-journal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"format": "prettier . --write",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "14.16.1"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"autoprefixer": "^10.2.4",
"next": "^10.1.3",
"postcss": "^8.2.6",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.3",
"typescript": "^4.2.2"
},
"dependencies": {
"@mdx-js/react": "^1.6.22",
"gray-matter": "^4.0.2",
"next-mdx-remote": "^2.1.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-tweet-embed": "^1.2.2",
"reading-time": "^1.3.0"
},
"volta": {
"node": "14.16.1"
}
}