-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.38 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
{
"name": "moegirlpediainterfacecodes",
"repository": {
"type": "git",
"url": "https://github.com/MoegirlPediaInterfaceAdmins/MoegirlPediaInterfaceCodes.git"
},
"type": "module",
"private": true,
"engines": {
"node": "^18.17 || ^20.1"
},
"scripts": {
"test": "eslint src && stylelint src/**/*.css && v8r && node scripts/emailmapChecker/index.js",
"format": "eslint src --fix && stylelint src/**/*.css --fix",
"ci": "export RANDOM_UUID=$(uuidgen) && rm -rdf node_modules && node scripts/ci/before.js && npm ci && node scripts/ci/after.js"
},
"dependencies": {
"@actions/artifact": "^2.1.7",
"@actions/core": "^1.10.1",
"@annangela/eslint-config": "^5.2.0",
"@annangela/eslint-formatter-gha": "^1.1.4",
"@annangela/eslint-plugin-prefer-reflect": "^2.2.2",
"@csstools/postcss-is-pseudo-class": "^4.0.8",
"@csstools/postcss-media-minmax": "^1.1.6",
"@octokit/auth-action": "^5.1.1",
"@octokit/auth-app": "^7.1.0",
"@octokit/auth-unauthenticated": "^6.1.0",
"@octokit/plugin-retry": "^7.1.1",
"@octokit/rest": "^20.1.1",
"@types/echarts": "^4.9.22",
"@types/jquery": "^3.5.30",
"@types/moment": "^2.13.0",
"@types/oojs-ui": "^0.49.0",
"@types/prismjs": "^1.26.4",
"autoprefixer": "^10.4.19",
"browser-pack-flat": "^3.5.0",
"browserify": "^17.0.0",
"common-shakeify": "^1.1.2",
"concat-stream": "^2.0.0",
"duplexify": "^4.1.3",
"envify": "^4.1.0",
"eslint": "^8.57.0",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"esmify": "^2.1.1",
"hash-wasm": "^4.11.0",
"ip": "^2.0.1",
"localforage": "^1.10.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-discard-comments": "^7.0.0",
"postcss-font-variant": "^5.0.0",
"postcss-logical": "^7.0.1",
"postcss-selector-matches": "^4.0.0",
"postcss-selector-not": "^7.0.2",
"semver": "^7.6.2",
"simple-git": "^3.25.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"types-mediawiki": "^1.8.0",
"typescript": "^5.4.5",
"uglify-js": "^3.18.0",
"unassertify": "^3.0.1",
"v8r": "^3.1.0",
"yaml": "^2.4.5"
}
}