-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "faceless-ui-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:cache": "node src/search/makeCache"
},
"dependencies": {
"@faceless-ui/collapsibles": "^1.1.5",
"@faceless-ui/css-grid": "^1.2.0",
"@faceless-ui/jumplist": "^2.0.0-alpha.2",
"@faceless-ui/modal": "^2.0.1",
"@faceless-ui/mouse-info": "^1.3.0",
"@faceless-ui/scroll-info": "^1.3.0",
"@faceless-ui/slider": "^1.1.17",
"@faceless-ui/window-info": "^2.1.1",
"@mdx-js/loader": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@next/mdx": "^12.3.0",
"@types/react-syntax-highlighter": "^13.5.2",
"glob": "^8.0.3",
"next": "^12.1.6",
"qs": "^6.11.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.4.5",
"sass": "^1.42.1"
},
"devDependencies": {
"@types/node": "^17.0.27",
"@types/qs": "^6.9.7",
"@types/react": "18.0.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "^4.6.4"
}
}