-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 933 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": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^10.0.0",
"eslint": "^8.54.0",
"eslint-config-next": "^13.5.4",
"fs": "^0.0.1-security",
"github-markdown-css": "^4.0.0",
"gray-matter": "^4.0.3",
"grob": "^1.0.0",
"highlight.js": "^11.0.1",
"next": "^13.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"write-file-webpack-plugin": "^4.5.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.4.16",
"next-sitemap": "^1.6.164",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"license": "MIT"
}