-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "officialwenb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@tryghost/content-api": "^1.11.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/tryghost__content-api": "^1.3.11",
"add": "^2.0.6",
"animate.css": "^4.1.1",
"antd": "^4.24.2",
"babel-plugin-import": "^1.13.5",
"babel-plugin-module-resolver": "^4.1.0",
"classnames": "^2.3.2",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"next": "13.0.3",
"next-plugin-antd-less": "^1.8.0",
"next-with-less": "^2.0.5",
"react": "18.2.0",
"react-awesome-slider": "^4.1.0",
"react-dom": "18.2.0",
"typescript": "4.9.3",
"wowjs": "^1.1.3",
"yarn": "^1.22.19"
},
"devDependencies": {}
}