-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.22 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.22 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "re-roborecords",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"Logo.png\"/> </p>",
"main": "index.js",
"dependencies": {
"ansi-styles": "^3.2.1",
"anymatch": "^3.1.3",
"babel-plugin-polyfill-corejs2": "^0.4.6",
"babel-plugin-polyfill-corejs3": "^0.8.6",
"babel-plugin-polyfill-regenerator": "^0.5.3",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"browserslist": "^4.22.1",
"caniuse-lite": "^1.0.30001561",
"chalk": "^2.4.2",
"chokidar": "^3.5.3",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"commander": "^4.1.1",
"concat-map": "^0.0.1",
"convert-source-map": "^2.0.0",
"core-js-compat": "^3.33.2",
"debug": "^4.3.4",
"electron-to-chromium": "^1.4.581",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"esutils": "^2.0.3",
"fill-range": "^7.0.1",
"fs-readdir-recursive": "^1.1.0",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.2",
"gensync": "^1.0.0-beta.2",
"glob": "^7.2.3",
"glob-parent": "^5.1.2",
"globals": "^11.12.0",
"has-flag": "^3.0.0",
"hasown": "^2.0.0",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.13.1",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"js-tokens": "^4.0.0",
"jsesc": "^2.5.2",
"json5": "^2.2.3",
"lodash.debounce": "^4.0.8",
"lru-cache": "^5.1.1",
"make-dir": "^2.1.0",
"minimatch": "^3.1.2",
"ms": "^2.1.2",
"node-releases": "^2.0.13",
"normalize-path": "^3.0.0",
"once": "^1.4.0",
"path-is-absolute": "^1.0.1",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"pify": "^4.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"readdirp": "^3.6.0",
"regenerate": "^1.4.2",
"regenerate-unicode-properties": "^10.1.1",
"regenerator-runtime": "^0.14.0",
"regenerator-transform": "^0.15.2",
"regexpu-core": "^5.3.2",
"regjsparser": "^0.9.1",
"resolve": "^1.22.8",
"semver": "^6.3.1",
"slash": "^2.0.0",
"supports-color": "^5.5.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"to-fast-properties": "^2.0.0",
"to-regex-range": "^5.0.1",
"unicode-canonical-property-names-ecmascript": "^2.0.0",
"unicode-match-property-ecmascript": "^2.0.0",
"unicode-match-property-value-ecmascript": "^2.1.0",
"unicode-property-aliases-ecmascript": "^2.1.0",
"update-browserslist-db": "^1.0.13",
"wrappy": "^1.0.2",
"yallist": "^3.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoboRecords/Re-RoboRecords.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RoboRecords/Re-RoboRecords/issues"
},
"homepage": "https://github.com/RoboRecords/Re-RoboRecords#readme",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}