-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
73 lines (73 loc) · 2.66 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
{
"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",
"build": "run-p build:js build:css",
"build:css": "postcss src/**/*.css --base src/ -d dist/",
"build:js": "tsc --project tsconfig.production.json"
},
"dependencies": {
"@actions/artifact": "^2.2.0",
"@actions/core": "^1.11.1",
"@annangela/eslint-config": "^6.5.0",
"@annangela/eslint-formatter-gha": "^2.1.0",
"@annangela/eslint-plugin-prefer-reflect": "^3.1.0",
"@csstools/postcss-is-pseudo-class": "^5.0.1",
"@csstools/postcss-media-minmax": "^2.0.6",
"@octokit/auth-action": "^5.1.1",
"@octokit/auth-app": "^7.1.3",
"@octokit/auth-unauthenticated": "^6.1.0",
"@octokit/plugin-retry": "^7.1.2",
"@octokit/rest": "^21.0.2",
"@types/echarts": "^4.9.22",
"@types/jquery": "^3.5.32",
"@types/moment": "^2.13.0",
"@types/oojs-ui": "^0.49.3",
"@types/prismjs": "^1.26.5",
"autoprefixer": "^10.4.20",
"browser-pack-flat": "^3.5.0",
"browserify": "^17.0.1",
"common-shakeify": "^1.1.2",
"concat-stream": "^2.0.0",
"duplexify": "^4.1.3",
"envify": "^4.1.0",
"eslint": "^9.17.0",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"esmify": "^2.1.1",
"hash-wasm": "^4.12.0",
"ip": "^2.0.1",
"localforage": "^1.10.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-discard-comments": "^7.0.3",
"postcss-font-variant": "^5.0.0",
"postcss-logical": "^8.0.0",
"postcss-selector-matches": "^4.0.0",
"postcss-selector-not": "^8.0.1",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"stylelint": "^16.12.0",
"stylelint-actions-formatters": "^16.3.1",
"stylelint-config-standard": "^36.0.1",
"types-mediawiki": "^1.9.1",
"typescript": "^5.4.5",
"uglify-js": "^3.19.3",
"unassertify": "^3.0.1",
"v8r": "^4.2.1",
"yaml": "^2.7.0"
},
"devDependencies": {
"npm-run-all2": "^7.0.2"
}
}