-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.11 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
{
"name": "piranha",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@apollo/client": "^3.3.14",
"@sentry/react": "^6.2.5",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.2",
"antd": "^4.15.0",
"apollo-upload-client": "^14.1.3",
"graphql": "^15.5.0",
"js-cookie": "^2.2.1",
"moment": "^2.29.1",
"nan": "^2.14.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-linkify": "^1.0.0-alpha",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"typescript": "^4.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint ./ --fix; stylelint src/**/*.css --fix; prettier ./ --write"
},
"eslintConfig": {
"extends": "@hex-labs/eslint-config-react"
},
"prettier": "@hex-labs/prettier-config",
"stylelint": {
"extends": "@hex-labs/stylelint-config"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:3000",
"devDependencies": {
"@hex-labs/eslint-config-react": "^1.1.1",
"@hex-labs/prettier-config": "^1.1.1",
"@hex-labs/stylelint-config": "^1.1.1",
"@sentry/types": "^6.2.5",
"@types/apollo-upload-client": "^14.1.0",
"@types/jest": "^26.0.22",
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.0",
"@types/react-linkify": "^1.0.0",
"@types/react-router-dom": "^5.1.7",
"babel-plugin-relay": "^11.0.1",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-typescript": "^2.4.0",
"fb-watchman": "^2.0.1",
"prettier": "^2.2.1",
"stylelint": "^13.12.0"
}
}