-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 KB
/
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
{
"name": "kibanator",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.6",
"@fortawesome/free-solid-svg-icons": "^5.4.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"bootstrap": "^4.1.3",
"enzyme": "^3.2.0",
"immutability-helper": "^2.3.1",
"lodash": "^4.17.5",
"react": "^16.2.0",
"react-app-polyfill": "^0.1.3",
"react-dom": "^16.2.0",
"react-redux": "^5.0.5",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-test-renderer": "^16.2.0",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "PORT=3001 REACT_APP_INTERVAL=1000 REACT_APP_VIEW_SIZE=10 react-scripts start",
"build": "export REACT_APP_VERSION=$(git rev-parse --short HEAD); react-scripts build && echo $REACT_APP_VERSION > ./build/REACT_APP_VERSION && echo ok ",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:9200/",
"homepage": "http://mywebsite.com/ui",
"devDependencies": {
"enzyme-adapter-react-16": "^1.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}