-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "3mle-ms2mml-app",
"version": "1.2.1",
"author": "Mohan Cao",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/mohan-cao/3MLE2MS2/issues"
},
"homepage": "https://3mle2ms2.netlify.com/",
"description": "Converts 3mle to ms2mml",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.18",
"fast-xml-parser": "^3.12.16",
"file-saver": "^2.0.2",
"he": "^1.2.0",
"react": "^16.8.6",
"react-dom": "^16.6.6",
"react-scripts": "3.0.1",
"tone": "13.4.9"
},
"devDependencies": {
"cash-mv": "^0.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"keywords": [
"3MLE",
"MapleStory",
"MML"
]
}