-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 782 Bytes
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
{
"name": "florin-onciu-personal-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "0.4.1",
"fast-glob": "3.2.6",
"fs-extra": "10.0.0",
"gray-matter": "4.0.3",
"next": "11.0.1",
"next-mdx-remote": "3.0.2",
"preact": "10.5.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"reading-time": "1.3.0",
"tailwindcss": "2.2.4"
},
"devDependencies": {
"autoprefixer": "10.2.6",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"postcss": "8.3.5",
"postcss-preset-env": "6.7.0",
"tailwindcss-debug-screens": "2.0.0"
}
}