-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 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
{
"name": "startup-truth",
"version": "1.0.0",
"private": true,
"description": "Blog Website created for startup truth",
"author": "Paul van Dyk <[email protected]>",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"classnames": "2.2.6",
"date-fns": "2.10.0",
"dotenv": "^8.2.0",
"gray-matter": "4.0.2",
"next": "9.5.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-icons": "^3.11.0",
"react-markdown": "^4.3.1",
"react-tinacms-editor": "^0.28.0",
"react-tinacms-inline": "^0.28.0",
"react-tinacms-strapi": "^0.28.0",
"remark": "11.0.2",
"remark-html": "10.0.0",
"styled-components": "^5.1.1",
"tailwindcss-filters": "^3.0.0",
"tinacms": "^0.22.0"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.7.3",
"typescript": "^4.0.2"
}
}