-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 970 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
38
39
40
41
42
{
"private": true,
"name": "@seatalk/web-app-sdk-example",
"version": "0.0.0",
"homepage": ".",
"scripts": {
"start": "craco start",
"start:log": "FORCE_COLOR=true npm start | cat",
"prebuild": "node scripts/homepage",
"build": "craco build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@seatalk/web-app-sdk": "1.0.5",
"antd": "^4.12.3",
"console-feed": "^3.2.2",
"re-resizable": "^6.9.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@types/node": "^14.14.25",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"craco-antd": "^1.19.0",
"react-scripts": "^4.0.1",
"typescript": "^4.1.3",
"web-vitals": "^1.0.1"
}
}