forked from fengoffice/fengoffice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.27 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
{
"name": "FO_Internal",
"version": "1.0.0",
"description": "About Feng Office 3.8.0.9\r \t================================",
"main": "index.js",
"scripts": {
"build-babel": "babel src -d public/assets/javascript/og/react",
"start": "rm -rf ./public/assets/javascript/react_production && webpack --watch --mode=development",
"build": "rm -rf ./public/assets/javascript/react_production && webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengoffice/FO_Internal.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fengoffice/FO_Internal/issues"
},
"homepage": "https://github.com/fengoffice/FO_Internal#readme",
"dependencies": {
"moment": "^2.29.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"recharts": "^1.8.5",
"swagger-ui": "^4.18.3"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"kind-of": "^6.0.3",
"minimist": "^1.2.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}