-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"engines": {
"node": "^16.0.0"
},
"scripts": {
"start": "next dev",
"lint": "next lint",
"build": "next build",
"serve": "next start"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@floating-ui/react-dom": "^2.0.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.0",
"babel-plugin-styled-components": "^2.0.7",
"common-tags": "^1.8.2",
"date-fns": "^2.29.3",
"feed": "^4.2.2",
"functional-game-utils": "^2.5.0",
"gray-matter": "^4.0.3",
"matter-js": "^0.19.0",
"next": "^13.2.4",
"next-mdx-remote": "^4.2.0",
"normalize.css": "^8.0.1",
"pixi.js": "^7.2.4",
"prism-react-renderer": "^1.3.5",
"prism-themes": "^1.9.0",
"ramda": "^0.26.1",
"ramda-adjunct": "^2.36.0",
"random-seed": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"remark": "^14.0.2",
"remark-mdx": "^2.3.0",
"remark-mdx-to-plain-text": "^3.0.0",
"sass": "^1.56.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@styled-jsx/plugin-sass": "^4.0.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.29.0",
"eslint-config-get-off-my-lawn": "^7.2.0",
"node-sass": "^7.0.0",
"prettier": "^2.8.0"
}
}