-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.6 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.6 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
84
85
86
87
88
89
90
{
"name": "@fecommunity/reactpress-client",
"version": "1.0.0-beta.32",
"bin": {
"reactpress-client": "./bin/reactpress-client.js"
},
"files": [
".next/**/*",
"bin/**/*",
"public/**/*",
"next.config.js",
"server.js"
],
"scripts": {
"prebuild": "rimraf .next",
"build": "next build",
"postbuild": "next-sitemap",
"dev": "node server.js",
"start": "cross-env NODE_ENV=production node server.js",
"pm2": "pm2 start npm --name @fecommunity/reactpress-client -- start"
},
"dependencies": {
"@ant-design/compatible": "^1.1.0",
"@ant-design/cssinjs": "^1.22.0",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-layout": "7.19.11",
"@monaco-editor/react": "^4.6.0",
"@fecommunity/reactpress-toolkit": "workspace:*",
"fs-extra": "^10.0.0",
"antd": "^5.24.4",
"array-move": "^3.0.1",
"axios": "^0.23.0",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.17.0",
"deep-equal": "^2.0.5",
"dotenv": "^17.2.3",
"highlight.js": "^9.18.5",
"less": "^4.1.2",
"less-vars-to-js": "^1.3.0",
"lodash-es": "^4.17.21",
"mime-types": "^2.1.26",
"next": "^12.3.4",
"next-compose-plugins": "^2.2.1",
"next-fonts": "^1.5.1",
"next-images": "^1.3.1",
"next-intl": "^1.5.1",
"next-page-transitions": "^1.0.0-beta.2",
"next-pwa": "^5.5.2",
"next-sitemap": "^1.6.102",
"next-with-less": "^2.0.5",
"nprogress": "^0.2.0",
"preact": "^10.5.14",
"qrcode-svg": "^1.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroller": "^1.2.4",
"react-lazyload": "^2.6.5",
"react-sortable-hoc": "^2.0.0",
"react-spring": "^9.1.2",
"react-text-loop": "2.3.0",
"react-visibility-sensor": "^5.1.1",
"showdown": "^1.9.1",
"viewerjs": "^1.5.0",
"xml": "^1.0.1",
"echarts-for-react": "^3.0.2",
"echarts": "^5.6.0"
},
"devDependencies": {
"@types/node": "17.0.22",
"@types/react": "17.0.42",
"@types/react-infinite-scroller": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"cross-env": "^7.0.3",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"less-loader": "^10.2.0",
"rimraf": "^3.0.2",
"sass": "^1.49.9",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "4.6.2"
}
}