-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
78 lines (78 loc) · 2.13 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
{
"name": "@connexta/ace",
"version": "1.0.0",
"description": "A node cli for interoperating with the maven eco-system.",
"main": "index.js",
"license": "MIT",
"bin": {
"ace": "bin.js"
},
"scripts": {
"fmt": "./bin.js format -w",
"pretest": "./bin.js format",
"test": "mocha"
},
"dependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"ansi-colors": "4.1.3",
"archiver": "5.3.1",
"babel-loader": "9.1.2",
"babel-polyfill": "6.26.0",
"buffer": "6.0.3",
"chalk": "5.4.1",
"cheerio": "1.0.0",
"commander": "2.15.1",
"console-polyfill": "0.3.0",
"cross-spawn": "7.0.6",
"css-loader": "7.1.2",
"exports-loader": "4.0.0",
"find-up": "2.1.0",
"glob": "7.1.2",
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.3",
"imports-loader": "5.0.0",
"jsdom": "26.0.0",
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "2.7.2",
"mkdirp": "3.0.1",
"mocha": "11.0.1",
"mocha-loader": "5.1.5",
"node-polyfill-webpack-plugin": "4.1.0",
"open": "10.1.0",
"ora": "6.1.2",
"postcss": "8.5.1",
"postcss-loader": "8.1.1",
"prettier": "2.8.4",
"process": "0.11.10",
"puppeteer": "9.1.1",
"react-refresh": "0.16.0",
"react-refresh-typescript": "2.0.10",
"require-from-string": "^2.0.2",
"rimraf": "2.6.2",
"script-loader": "0.7.2",
"source-map-loader": "5.0.0",
"source-map-support": "^0.5.21",
"source-map-url": "0.4.0",
"stream-browserify": "3.0.0",
"style-loader": "3.3.1",
"tailwindcss": "3.4.14",
"ts-loader": "9.5.1",
"typescript": "5.6.3",
"vkbeautify": "0.99.3",
"webpack": "5.96.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-dev-server": "5.2.0",
"webpack-merge": "4.1.2",
"whatwg-fetch": "3.6.20",
"worker-loader": "3.0.8"
},
"devDependencies": {
"@types/webpack-env": "1.18.0",
"react": "^15.1.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.1.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"resolutions": {}
}