-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.29 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
78
79
80
81
{
"name": "chicory-data",
"description": "Modding tools for Chicory: A Colorful Tale, such as level viewer and editor",
"bugs": {
"email": "[email protected]"
},
"author": {
"name": "Ng Yik Phang (ngyikp)",
"email": "[email protected]",
"url": "https://ngyikp.com"
},
"private": true,
"license": "MPL-2.0",
"type": "module",
"engines": {
"node": ">=20"
},
"dependencies": {
"@szhsin/react-menu": "4.2.2",
"base64-arraybuffer": "1.0.2",
"browser-fs-access": "0.35.0",
"gif.js": "0.2.0",
"history": "5.3.0",
"pako": "2.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.5",
"react-hotkeys-hook": "4.5.1",
"react-intersection-observer": "9.13.1",
"react-modal": "3.16.1",
"react-router-dom": "6.27.0",
"react-select": "5.8.1",
"react-use": "17.5.1",
"tinycolor2": "1.6.0"
},
"devDependencies": {
"@babel/preset-env": "7.25.8",
"@babel/preset-flow": "7.25.7",
"@babel/preset-react": "7.25.7",
"@bunchtogether/vite-plugin-flow": "1.0.2",
"@eslint/js": "9.12.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@vitejs/plugin-react": "4.3.2",
"babel-plugin-syntax-hermes-parser": "0.25.0",
"babel-plugin-transform-import-meta": "2.2.1",
"babel-plugin-transform-vite-meta-env": "1.0.3",
"canvas": "2.11.2",
"eslint": "9.12.0",
"eslint-plugin-ft-flow": "3.0.11",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-testing-library": "6.4.0",
"flow-bin": "0.250.0",
"globals": "15.11.0",
"hermes-eslint": "0.25.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-image-snapshot": "6.4.0",
"prettier": "3.3.3",
"prettier-plugin-hermes-parser": "0.25.0",
"vite": "5.4.9",
"whatwg-fetch": "3.6.20"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"flow": "flow",
"lint": "eslint .",
"start": "vite",
"prettier": "prettier .",
"preview": "vite preview",
"test": "jest"
}
}