forked from shellbear/shellbear.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
41
42
43
44
45
{
"name": "shellbear.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@types/styled-components": "^5.1.9",
"@types/styled-system": "^5.1.11",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.23.0",
"fast-glob": "^3.2.5",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.2",
"next": "^11.0.1",
"next-mdx-remote": "^3.0.1",
"notion-client": "^4.7.3",
"notion-utils": "^4.7.3",
"prettier": "^2.2.1",
"prismjs": "^1.23.0",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-notion-x": "^4.7.4",
"styled-components": "^5.2.3",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@typescript-eslint/parser": "^4.21.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"next-sitemap": "^1.6.105",
"typescript": "^4.2.4"
}
}