-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.15 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
{
"name": "layout-parser-platform",
"version": "0.1.0",
"homepage": "https://layout-parser.github.io/platform/",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@octokit/request": "^5.6.1",
"@octokit/rest": "^18.9.1",
"@octokit/types": "^6.25.0",
"axios": "^0.21.1",
"bulma": "^0.9.3",
"bulma-divider": "^0.2.0",
"dayjs": "^1.8.30",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-bulma-components": "4.0.7",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"sass": "^1.38.0",
"styled-components": "^5.3.0",
"typescript": "^4.1.2",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"@types/node": "16.3.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"css-loader": "^5.0.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^5.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}