-
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) · 793 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 793 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": "how-to-build-platformer-in-scratch",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@pondorasti/remark-img-links": "^1.0.8",
"daisyui": "^2.22.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.6.0",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark": "^14.0.2",
"remark-highlight.js": "^7.0.1",
"remark-html": "^15.0.1",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"postcss": "^8.4.16",
"serve": "^14.0.1",
"tailwindcss": "^3.1.8"
}
}