-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 881 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
{
"name": "salmansvar-website",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider; next dev",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; next build && next export",
"start": "next start",
"build:rss": "node ./.next/server/scripts/build-rss.js"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.5.0",
"@mdx-js/loader": "^1.6.6",
"@next/mdx": "^9.4.4",
"@tailwindcss/typography": "^0.1.2",
"@tailwindcss/ui": "^0.3.0",
"autoprefixer": "^9.8.4",
"cross-env": "^7.0.3",
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"tailwindcss": "^1.6.0",
"tinytime": "^0.2.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.4.4",
"file-loader": "^6.0.0",
"rss": "^1.2.2",
"simple-functional-loader": "^1.2.1"
}
}