forked from Ignitus/Ignitus-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.86 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.86 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
{
"name": "ignitus-client-side-development",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Ignitus/Ignitus-Client-Side-Development"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"codecov": "^3.1.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",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"node-sass": "^4.9.3",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"react": "^16.4.0",
"react-alerts-component": "^1.1.0",
"react-dom": "^16.4.0",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.0",
"react-scripts": "2.0.5",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"shortid": "^2.2.13"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"lint": "eslint ./src",
"test": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"flow": "flow",
"test:update": "npm test --updateSnapshot"
},
"devDependencies": {
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"flow-bin": "^0.82.0",
"flow-typed": "^2.5.1",
"istanbul": "^1.0.0-alpha.2",
"jest-cli": "^20.0.4",
"jest-localstorage-mock": "^2.2.0",
"prettier": "1.14.3",
"sw-precache": "^5.2.1"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"coverageReporters": [
"json",
"html"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}