-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.16 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "lorem-ipsum",
"version": "1.0.0",
"description": "React Boilerplate",
"author": "Roxana-Lavinia Cristea <[email protected]>",
"keywords": [],
"main": "index.html",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --runInBand --forceExit --detectOpenHandles",
"test:coverage": "jest --runInBand --forceExit --coverage --detectOpenHandles",
"eject": "react-scripts eject",
"lint": "eslint . --ext .js --ext .jsx",
"precommit": "npm run lint && npm run test"
},
"dependencies": {
"@mapbox/polyline": "^1.0.0",
"babel-polyfill": "^6.26.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"webpack": "^4.19.1"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "23.4.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"del": "^3.0.0",
"dotenv": "^6.0.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-eslint": "^5.0.0",
"gulp-livereload": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.4",
"gulp-s3": "^0.11.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "^2.7.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"jest": "^23.6.0",
"jest-canvas-mock": "^1.1.0",
"json-loader": "^0.5.7",
"object-assign": "^4.1.1",
"orchestrator": "^0.3.8",
"react-test-renderer": "^16.5.2",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack-stream": "^5.1.1"
}
}