-
Notifications
You must be signed in to change notification settings - Fork 0
/
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
{
"description": "Ricochet Universe",
"homepage": "https://gitlab.com/ngyikp/ricochet-levels",
"bugs": {
"url": "https://gitlab.com/ngyikp/ricochet-levels/issues",
"email": "ngyikp@gmail.com"
},
"author": {
"name": "Ng Yik Phang (ngyikp)",
"email": "ngyikp@gmail.com",
"url": "https://ngyikp.com"
},
"private": true,
"license": "MPL-2.0",
"engines": {
"node": ">=20"
},
"scripts": {
"development": "webpack --node-env=development --progress",
"flow": "flow",
"lint": "eslint .",
"prettier": "prettier .",
"production": "webpack --node-env=production",
"test": "jest",
"watch": "webpack --node-env=development --progress --watch"
},
"dependencies": {
"@babel/runtime": "7.26.0",
"bootstrap": "4.6.2",
"jquery": "3.7.1",
"jszip": "3.10.1",
"monaco-editor": "0.52.0",
"nullthrows": "1.1.1",
"pako": "2.1.0",
"popper.js": "1.16.1",
"preact": "10.24.3",
"react-loadable": "5.5.0",
"react-monaco-editor": "0.56.2",
"reactstrap": "8.10.1",
"uppie": "4.0.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-flow": "7.25.9",
"@babel/preset-react": "7.25.9",
"@eslint/js": "9.14.0",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"babel-plugin-syntax-hermes-parser": "0.25.0",
"babel-plugin-transform-imports": "2.0.0",
"clean-webpack-plugin": "4.0.0",
"css-loader": "7.1.2",
"cssnano": "7.0.6",
"esbuild": "0.24.0",
"eslint": "9.14.0",
"eslint-plugin-ft-flow": "3.0.11",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"flow-bin": "0.252.0",
"globals": "15.12.0",
"hermes-eslint": "0.25.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"mini-css-extract-plugin": "2.9.2",
"monaco-editor-webpack-plugin": "7.1.0",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"prettier": "3.3.3",
"prettier-plugin-hermes-parser": "0.25.0",
"sass-embedded": "1.80.6",
"sass-loader": "16.0.3",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-manifest-plugin": "5.0.0"
}
}