-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
41 lines (41 loc) · 1.23 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
{
"name": "docs",
"private": true,
"scripts": {
"build": "npm run update-strapi-faq-files && NODE_OPTIONS='--max_old_space_size=4096' next build && next-sitemap --config next.config.mjs && next export",
"debug": "NODE_OPTIONS='--inspect' next",
"dev": "npm run update-strapi-faq-files && next",
"start": "npm run update-strapi-faq-files && next start",
"start:css": "tailwindcss -o styles/global.css --watch",
"update-strapi-faq-files": "node ./src/scripts/update-strapi-faq-files.js"
},
"author": "ankr.com",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1217.0",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.0.0",
"json2md": "^2.0.0",
"mobx": "^6.8.0",
"next": "13.2.0",
"nextra": "2.6.1",
"nextra-theme-docs": "2.6.1",
"node-html-markdown": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"next-sitemap": "^4.2.3"
}
}