-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.43 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.43 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "ablecloud-homepage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker:build": "./scripts/docker/build",
"docker:run": "./scripts/docker/run",
"docker:dev": "./scripts/docker/dev",
"pm2:start": "pm2 start ecosystem.config.js",
"prod:fetch": "./scripts/fetch",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"podman:build": "./scripts/podman/build",
"podman:run": "./scripts/podman/run"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^37.1.0",
"@ckeditor/ckeditor5-react": "^6.0.0",
"@mdx-js/mdx": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.6",
"antd": "^5.4.7",
"dayjs": "^1.11.7",
"dotenv": "^16.0.1",
"feed": "^4.2.2",
"globby": "^13.1.3",
"js-cookie": "^3.0.1",
"moment": "^2.29.3",
"next": "12.3.4",
"next-mdx-remote": "^4.0.3",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.43",
"next-videos": "1.4.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.7.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-responsive": "^9.0.0-beta.8",
"react-slick": "^0.29.0",
"remark-gfm": "^3.0.1",
"swr": "^1.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@mdx-js/loader": "^2.1.1",
"@svgr/webpack": "^6.2.1",
"@tailwindcss/typography": "^0.5.2",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4",
"@types/mdx": "^2.0.1",
"@types/node": "17.0.31",
"@types/postcss-import": "^14",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@types/react-slick": "^0",
"@types/uuid": "^8",
"@wogns3623/eslint-plugin-better-exhaustive-deps": "^1.1.0",
"@yarnpkg/pnpify": "^4.0.0-rc.4",
"@yarnpkg/sdks": "^3.0.0-rc.4",
"autoprefixer": "^10.4.7",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.4.1",
"lodash": "^4.17.21",
"pinst": "^3.0.0",
"pm2": "^5.2.2",
"postcss": "^8.4.13",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
},
"packageManager": "yarn@3.6.1"
}