-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
{
"name": "create-f2e-app",
"version": "0.2.0",
"description": "f2e-server 创建的前后端同构项目脚手架",
"main": "start.js",
"scripts": {
"install": "node node_modules/esbuild/install.js",
"tsc": "tsc -p tsconfig.serve.json",
"dev": "npm run tsc && f2e start -c .f2econfig.dev.js -O",
"build": "npm run tsc && f2e build -c .f2econfig.build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f2e-server/create-f2e-app.git"
},
"keywords": [
"f2e-server",
"esbuild",
"antd",
"react",
"SPA",
"ServerSentEvent",
"create-app"
],
"author": "shy2850",
"license": "MIT",
"bugs": {
"url": "https://github.com/f2e-server/create-f2e-app/issues"
},
"homepage": "https://github.com/f2e-server/create-f2e-app#readme",
"dependencies": {
"f2e-middle-proxy": "^0.4.2",
"f2e-serve": "^0.6.2",
"f2e-server": "^2.13.7",
"moment": "^2.29.1"
},
"devDependencies": {
"@types/history": "^4.7.8",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-router": "^5.1.8",
"antd": "^4.16.1",
"clean-css": "^5.1.2",
"echarts": "^5.1.1",
"f2e-middle-esbuild": "^0.3.0",
"history": "^4.10.1",
"ipreact-for-react": "^0.1.0",
"less": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
"typescript": "^4.0.5",
"uglify-es": "^3.3.9",
"uglify-js": "^3.13.8"
}
}