-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "rosim",
"description": "Ragnarok Online Stats Simulator",
"version": "1.8.0",
"author": "Evan Ye <[email protected]> (https://jigsawye.com/)",
"license": "MIT",
"homepage": "https://rosim.jigsawye.com",
"repository": {
"type": "git",
"url": "https://github.com/jigsawye/rosim.git"
},
"bugs": {
"url": "https://github.com/jigsawye/rosim/issues"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"lint": "eslint ./src --fix",
"test": "react-app-rewired test --env=jsdom",
"predeploy": "yarn run build",
"deploy": "gh-pages -m 'auto commit [ci skip]' -d build"
},
"dependencies": {
"@sentry/browser": "^5.5.0",
"antd": "^3.20.1",
"copy-to-clipboard": "^3.2.0",
"gh-pages": "^2.0.1",
"immer": "^3.1.3",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"query-string": "6.8.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-markdown": "^4.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"styled-components": "^4.3.2"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-import": "^1.12.0",
"babel-plugin-lodash": "^3.3.4",
"customize-cra": "^0.2.14",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-yoctol": "^0.22.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.4.0",
"prettier": "^1.18.2",
"react-app-rewired": "^2.1.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}