-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 899 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 899 Bytes
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
{
"name": "f2e-demo",
"version": "1.0.0",
"description": "f2e-server demo",
"main": "index.js",
"scripts": {
"tsc": "tsc -p ./tsconfig.serve.json",
"start": "npm run tsc && f2e start",
"build": "f2e build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shy2850/f2e-demo.git"
},
"author": "shy2850",
"license": "MIT",
"bugs": {
"url": "https://github.com/shy2850/f2e-demo/issues"
},
"homepage": "https://github.com/shy2850/f2e-demo#readme",
"dependencies": {
"bulma": "^0.6.2",
"f2e-middle-typescript": "^0.3.3",
"f2e-serve": "^0.1.0",
"f2e-server": "^2.8.0",
"immutable": "^3.8.2",
"less": "^2.7.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"requirejs": "^2.3.5",
"typescript": "^2.6.2"
}
}