forked from alibaba/beidou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 866 Bytes
/
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
{
"name": "beidou-example-typescript",
"version": "2.2.1",
"description": "Beidou example with TypeScript",
"scripts": {
"start": "beidou start",
"debug": "beidou debug --inspect-brk",
"stop": "beidou stop",
"dev": "beidou dev",
"check": "tsc",
"build": "tsc && beidou build",
"build:node": "tsc && beidou build --target=node"
},
"license": "MIT",
"dependencies": {
"beidou": "^2.2.1",
"beidou-cli": "^2.1.1",
"react": "^16.2.0",
"react-dom": "^16.7.0",
"typescript": "^3.3.0"
},
"devDependencies": {
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.11",
"@types/webpack": "^4.4.20"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"config": {
"typescript": true
},
"gitHead": "b601b857e2d005cdad7cb7b73462a7e02f23f8e9"
}