forked from SignalK/signalk-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.22 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.22 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@signalk/server-admin-ui",
"version": "2.18.0",
"description": "Signal K server admin webapp",
"author": "Scott Bender, Teppo Kurki",
"contributors": [
{
"name": "Teppo Kurki"
},
{
"name": "Scott Bender"
}
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-react": "^7.10.4",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@rjsf/bootstrap-4": "^5.24.13",
"@rjsf/core": "^5.24.13",
"@rjsf/utils": "^5.24.13",
"@rjsf/validator-ajv8": "^5.24.13",
"@signalk/server-admin-ui-dependencies": "1.0.1",
"ansi-to-html": "^0.6.14",
"babel-loader": "^8.1.0",
"bootstrap": "^4.5.3",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^5.0.0",
"file-loader": "^6.1.1",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^5.0.0-alpha.6",
"jsonlint-mod": "^1.7.6",
"lodash.get": "^4.4.2",
"lodash.remove": "^4.7.0",
"lodash.set": "^4.3.2",
"lodash.uniq": "^4.5.0",
"moment": "^2.29.1",
"react": "^16.14.0",
"react-bootstrap": "^1.6.8",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^16.14.0",
"react-html-parser": "^2.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-json-tree": "^0.20.0",
"react-redux": "^5.1.2",
"react-router-dom": "^4.3.1",
"react-select": "^3.1.0",
"reactstrap": "^5.0.0",
"reconnecting-websocket": "^4.4.0",
"redux": "^3.7.2",
"redux-thunk": "2.3.0",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"simple-line-icons": "^2.5.5",
"style-loader": "^2.0.0",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4.2.0"
},
"scripts": {
"prepublishOnly": "npm run build",
"watch": "webpack --watch --mode development",
"build": "webpack --mode=production",
"format": "prettier --write src/",
"lint": "eslint --fix",
"clean": "rimraf ./public",
"bundle-analyzer": "webpack-bundle-analyzer --port 4200 public/stats.json"
}
}