-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
46
47
{
"name": "notion-blog",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build && node .next/server/build-rss.js",
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,sass}\" --ignore-path .gitignore",
"lint-staged": "lint-staged"
},
"pre-commit": "lint-staged",
"dependencies": {
"@nestjs/mapped-types": "^2.0.2",
"@zeit/react-jsx-parser": "2.0.0",
"apexcharts": "3.43.2-0",
"async-sema": "3.1.0",
"chart.js": "^4.4.0",
"github-slugger": "1.2.1",
"katex": "0.12.0",
"next": "^11.1.4",
"prismjs": "1.17.1",
"react": "^17.0.2",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^17.0.2",
"react-icons": "^4.11.0",
"react-minimal-pie-chart": "^8.4.0",
"react-syntax-highlighter": "^15.5.0",
"react-type-animation": "^3.2.0",
"react-vertical-timeline-component": "^3.6.0",
"sharp": "^0.32.6",
"uuid": "8.1.0"
},
"devDependencies": {
"@types/katex": "0.11.0",
"@types/node": "14.14.31",
"@types/react": "17.0.2",
"@types/react-syntax-highlighter": "^15.5.9",
"autoprefixer": "^10.4.16",
"lint-staged": "10.5.4",
"postcss": "^8.4.31",
"pre-commit": "1.2.2",
"prettier": "2.2.1",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5"
}
}