-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 KB
/
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
42
43
44
45
46
{
"name": "fccmvd",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^1.0.1",
"@remark-embedder/core": "^2.0.0",
"@splitbee/web": "^0.3.0",
"classnames": "^2.3.1",
"date-fns": "^2.27.0",
"gray-matter": "^4.0.3",
"lite-youtube-embed": "^0.2.0",
"next": "^12.0.7",
"next-mdx-remote": "^3.0.8",
"next-seo": "^4.28.1",
"next-tinacms-github": "^0.40.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tinacms-github": "^0.40.0",
"styled-components": "^5.2.3",
"tinacms": "^0.40.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@types/node": "^14.18.0",
"@types/react": "^17.0.37",
"autoprefixer": "^10.4.0",
"babel-plugin-import-glob-array": "^0.2.0",
"eslint": "8.4.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.0.1",
"tailwindcss": "^3.0.1",
"typescript": "^4.5.2"
}
}