-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 866 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
32
33
34
35
{
"name": "j",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^1.0.4-beta.5",
"contentlayer": "^0.1.2",
"fast-glob": "^3.2.11",
"next": "12.1.1",
"next-contentlayer": "^0.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-refractor": "^2.1.6",
"react-syntax-highlighter": "^15.5.0",
"refactor": "^0.0.3",
"refractor": "^4.5.0",
"require-context": "^1.1.0"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/prismjs": "^1.26.0",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"typescript": "4.6.3"
}
}