-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "go-proxy",
"version": "1.0.0",
"description": "Static UI for go-proxy",
"scripts": {
"start": "parcel -p 1235 --public-url '/' static/index.html",
"bundle": "rm -Rf dist/* && parcel build --public-url '/' static/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Everbridge/go-proxy.git"
},
"author": "Vinicius Isola",
"license": "MIT",
"dependencies": {
"axios": "^0.18.1",
"mobx": "^3.6.2",
"mobx-react": "^4.4.3",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"react-sortable-hoc": "^0.8.3",
"recharts": "^1.1.0",
"semantic-ui-react": "^0.79.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"less": "^3.8.1",
"parcel-bundler": "^1.10.3"
}
}