-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.36 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
43
44
45
46
47
48
49
50
51
52
{
"name": "gmap",
"version": "0.0.0-development",
"private": true,
"dependencies": {
"antd": "^3.10.1",
"axios": "^0.18.0",
"babel-plugin-import": "^1.9.1",
"react": "^16.5.2",
"react-app-rewired": "^1.6.2",
"react-dom": "^16.5.2",
"react-google-maps": "^9.4.5",
"react-scripts": "2.0.4",
"recompose": "^0.30.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:rec": "cypress run --record",
"eject": "react-scripts eject",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"lh": "lighthouse-ci",
"wba": "node triggerBundleAnalyzer.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"cypress": "^3.1.0",
"eslint-plugin-cypress": "^2.0.1",
"lighthouse-ci": "https://github.com/ebidel/lighthouse-ci",
"prop-types": "^15.6.2",
"react-app-rewire-webpack-bundle-analyzer": "^1.0.1",
"react-testing-library": "^5.2.0",
"semantic-release": "^15.9.17",
"travis-deploy-once": "^5.0.9"
},
"repository": {
"type": "git",
"url": "https://github.com/antekai/ct-med-map.git"
}
}