-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.49 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
76
77
78
79
80
81
{
"name": "marvel-jarvig",
"version": "0.5.1",
"description": "Marvel JARVIG (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!",
"homepage": "https://marvel-jarvig.yassinedoghri.com/",
"repository": {
"type": "git",
"url": "https://github.com/yassinedoghri/marvel-jarvig"
},
"author": {
"name": "Yassine Doghri",
"email": "[email protected]",
"url": "https://yassinedoghri.com/"
},
"keywords": [
"marvel",
"game",
"react",
"redux",
"javascript"
],
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint:css": "stylelint './src/**/*.js'",
"commitmsg": "commitlint -E GIT_PARAMS",
"precommit": "lint-staged && cross-env CI=true react-scripts test --env=jsdom",
"release": "standard-version"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"history": "^4.7.2",
"moment": "^2.22.1",
"moment-duration-format": "^2.2.2",
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"rc-slider": "^8.6.1",
"react": "^16.3.1",
"react-animations": "^1.0.0",
"react-countup": "^3.0.3",
"react-dom": "^16.3.1",
"react-ga": "^2.5.0",
"react-icons": "^2.2.7",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"react-select": "^1.2.1",
"react-timer-machine": "^1.0.0",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"styled-components": "^3.3.2"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"@commitlint/travis-cli": "^7.0.0",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.9.1",
"husky": "^0.14.3",
"jest-styled-components": "^5.0.1",
"lint-staged": "^7.0.5",
"prettier": "1.12.1",
"react-test-renderer": "^16.3.2",
"redux-devtools-extension": "^2.13.2",
"standard-version": "^4.4.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.1"
}
}