-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 751 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 751 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
{
"name": "webcloud.se",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS='--openssl-legacy-provider' && node bin/blog && next dev",
"build": "node bin/blog && next build && next export"
},
"dependencies": {
"@mdx-js/loader": "1.5.9",
"@mdx-js/react": "1.5.9",
"@next/bundle-analyzer": "9.3.0",
"@next/mdx": "^9.1.3",
"date-fns": "^2.9.0",
"next": "9.3.5",
"prism-react-renderer": "^1.0.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-fela": "^11.1.2",
"rehype-slug": "^3.0.0",
"uglify-js": "^3.6.9",
"webpack": "^4.46.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.0",
"prettier": "^1.19.1"
}
}