-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.1 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
75
{
"name": "utnianos-frontend",
"description": "Plataforma de UTNianos",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-free-solid": "5.0.13",
"@fortawesome/fontawesome-svg-core": "1.2.20",
"@fortawesome/free-brands-svg-icons": "5.10.2",
"@fortawesome/free-regular-svg-icons": "5.10.2",
"@fortawesome/free-solid-svg-icons": "5.10.2",
"@fortawesome/react-fontawesome": "0.1.4",
"antd": "3.22.2",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"expect": "24.9.0",
"fetch-mock": "7.3.9",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-redux": "7.1.1",
"react-responsive": "8.0.0",
"react-router": "5.0.1",
"react-router-dom": "5.0.1",
"react-test-renderer": "16.9.0",
"react-transition-group": "4.2.1",
"redux": "4.0.4",
"redux-mock-store": "1.5.3",
"redux-saga": "1.0.5",
"reselect": "4.0.0"
},
"devDependencies": {
"babel-plugin-import": "1.12.1",
"react-scripts": "3.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:coverage": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"lint-all": "eslint src/",
"lint-all-ci": "eslint -f checkstyle src/ > eslint.xml"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/index.js",
"!src/sagas/index.js"
]
},
"author": "UTNianos",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/UTNianos/frontend.git"
},
"bugs": {
"url": "https://github.com/UTNianos/frontend/issues"
},
"homepage": "https://github.com/UTNianos/frontend#readme",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}