-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
46
47
48
49
50
51
52
53
54
{
"name": "bedrock-dev",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "yarn generate-docs-file && next build && yarn sitemap",
"build-analyze": "ANALYZE=true yarn build",
"start": "next start",
"sitemap": "ts-node -P scripts/tsconfig.json scripts/generate-sitemap.ts",
"generate-docs-file": "ts-node -P scripts/tsconfig.json scripts/generate-docs-manifest.ts",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@docsearch/react": "^3.3.4",
"@heroicons/react": "^2.0.17",
"aws-sdk": "^2.1280.0",
"classnames": "^2.3.2",
"element-in-view": "^0.1.0",
"eslint-config-next": "^13.4.0",
"flat-cache": "^3.0.4",
"i18next": "^22.4.15",
"next": "^13.4.0",
"next-i18next": "^13.2.2",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"sass": "^1.62.1",
"sitemap": "^7.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.3.4",
"@tailwindcss/forms": "^0.5.3",
"@types/classnames": "^2.3.1",
"@types/flat-cache": "^2.0.0",
"@types/node": "^18.16.3",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"autoprefixer": "^10.4.14",
"chalk": "^4.1.2",
"isomorphic-unfetch": "^4.0.2",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"prettier": "2.8.8",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "5.0.4"
},
"license": "GPL-3.0"
}