-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 2.89 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "techblog",
"version": "1.0.0",
"description": "\"tech blog project\"",
"main": "index.js",
"scripts": {
"build": "react-scripts build",
"start:dev": "react-scripts start",
"start": "serve -s build",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint \"**/*.tsx\" --ignore-pattern node_modules/",
"lint:fix": "eslint \"**/*.tsx\" --ignore-pattern node_modules/ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ComeTiss/techblog.git"
},
"author": "Come Tisserand / Lucas Zim",
"license": "ISC",
"bugs": {
"url": "https://github.com/ComeTiss/techblog/issues"
},
"homepage": "https://tech-website-frontend.herokuapp.com/",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-testing": "^3.1.3",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^10.0.1",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^25.1.4",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"apollo-boost": "^0.4.7",
"apollo-link-context": "^1.0.19",
"axios": "^0.19.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"graphql": "^14.6.0",
"ignore-styles": "^5.0.1",
"jest": "^24.9.0",
"react": "^16.12.0",
"react-apollo-hooks": "^0.5.0",
"react-cookie": "^4.0.3",
"react-dom": "^16.12.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.1.2",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"redux": "^4.0.5",
"save": "^2.4.0",
"serve": "^11.3.0",
"ts-jest": "^25.2.1",
"typescript": "^3.7.5",
"universal-cookie": "^4.0.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-facebook-login": "^4.1.1",
"@types/react-redux": "^7.1.7",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
}
}