forked from Dejarih/cryptobasket.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
{
"name": "blog",
"version": "1.0.0",
"homepage": "./",
"scripts": {
"dev": "next dev",
"build": "rimraf .next out && next build",
"start": "next start",
"export": "next export && touch out/.nojekyll",
"stats": "cross-env ANALYZE=true npm run build",
"build-types": "tsc --noEmit --pretty"
},
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"@mapbox/rehype-prism": "^0.8.0",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"next": "^12.0.10",
"next-seo": "^5.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"rehype-stringify": "^9.0.3",
"rehype-video": "^1.2.2",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"styled-jsx-plugin-postcss": "^4.0.1",
"unified": "^10.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.10",
"@types/node": "^17.0.15",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"cssnano": "^5.0.16",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.18",
"typescript": "^4.5.5"
},
"license": "ISC"
}