-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
74 lines (74 loc) · 2.2 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
{
"name": "maplestory-music",
"version": "0.1.0",
"private": true,
"homepage": "https://maplestory-music.github.io/",
"dependencies": {
"@emotion/react": "^11.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^26.0.15",
"@types/lodash-es": "^4.17.4",
"@types/node": "^12.12.62",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"ag-grid-community": "^26.2.0",
"ag-grid-react": "^26.2.0",
"date-fns": "^2.22.1",
"gh-pages": "^3.2.3",
"highcharts": "^10.2.0",
"highcharts-react-official": "^3.1.0",
"i18next": "21.6.0",
"i18next-browser-languagedetector": "^6.1.2",
"jotai": "^2.4.2",
"lodash-es": "^4.17.21",
"polished": "^3.6.7",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.0",
"react-i18next": "11.15.0",
"react-player": "^2.9.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^5.7.4",
"react-use": "^17.5.0",
"sass": "^1.43.4",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/gtag.js": "^0.0.12",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"source-map-explorer": "^2.5.0"
},
"scripts": {
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"analyze": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-scripts build && source-map-explorer 'build/static/js/*.js'",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -b master -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"not ie <= 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}