-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.68 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
{
"name": "exam-image-gallery-upload",
"version": "0.1.0",
"description": "Code exam for Spark Networks",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"gh-pages": "^2.0.1",
"gsap": "^3.6.0",
"node-sass": "^4.11.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-photoswipe": "^1.3.0",
"react-redux": "^5.1.1",
"react-redux-loading-bar": "^4.2.0",
"react-scripts": "2.1.3",
"react-toastify": "^4.5.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"source-map-explorer": "^1.6.0",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -b master -d build",
"test": "react-scripts test",
"cover": "yarn test --coverage",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/meendoo/exam-image-gallery-upload.git"
},
"author": "meendoo - Helder Santos",
"homepage": "https://meendoo.github.io/exam-image-gallery-upload",
"license": "ISC",
"bugs": {
"url": "https://github.com/meendoo/exam-image-gallery-upload/issues"
},
"devDependencies": {
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"jest": "^23.6.0",
"react-test-renderer": "^16.7.0",
"redux-mock-store": "^1.5.3",
"sinon": "^7.2.3"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"coverageReporters": [
"html",
"text"
]
}
}