-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.54 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.54 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
48
49
50
51
{
"name": "docs",
"private": true,
"scripts": {
"build": "npm run update-strapi-faq-files && next build && next-sitemap --config next.config.mjs && next export",
"build:stage": "cp .env.development .env.local && yarn build",
"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",
"types": "tsc --noEmit"
},
"author": "ankr.com",
"license": "MIT",
"dependencies": {
"@ankr.com/auth": "^5.3.0",
"@ankr.com/ui": "^2.8.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.15.0",
"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",
"tss-react": "^4.4.1"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-gtm-module": "^2.0.4",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
},
"packageManager": "yarn@4.9.2"
}