-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "douges.dev",
"version": "0.1.0",
"private": true,
"description": "An interactive blog focusing on web & game dev. Written by Michael Dougall.",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atlaskit/css-reset": "^6.1.2",
"@atlaskit/tokens": "^0.2.1",
"@codesandbox/sandpack-react": "^1.17.0",
"@emotion/react": "^11.4.1",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^11.1.0",
"dedent": "^0.7.0",
"next": "11.1.0",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"refractor": "^4.1.1"
},
"devDependencies": {
"@atlaskit/eslint-plugin-design-system": "^1.0.0",
"@types/dedent": "^0.7.0",
"@types/mdx-js__react": "^1.5.4",
"@types/react": "17.0.19",
"@types/react-dom": "^17.0.9",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"file-loader": "^6.2.0",
"typescript": "4.3.5",
"unist-util-visit": "^2.0.0",
"url-loader": "^4.1.1"
}
}