-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.58 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
{
"name": "@fustrate/baseballbot.io",
"private": true,
"license": "UNLICENSED",
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.5.2",
"@fustrate/rails": "https://github.com/Fustrate/fustrate-rails.js.git#commit=0fd5a94af97474967a9d9ddab6b11d344f37c9d5",
"autoprefixer": "^10.4.19",
"color": "^4.2.3",
"esbuild": "^0.23.0",
"highlight.js": "^11.9.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"postcss": "^8.4.39",
"postcss-advanced-variables": "^4.0.0",
"postcss-cli": "^11.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-minify": "^1.1.0",
"postcss-mixins": "^10.0.1",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.5.15",
"yaml": "^2.4.5"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/lodash": "^4.17.6",
"@types/luxon": "^3.4.2",
"eslint": "^9.6.0",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-unicorn": "^54.0.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
},
"scripts": {
"build": "node ./lib/yarn/esbuild.js",
"build:css": "NODE_OPTIONS='--disable-warning=ExperimentalWarning' postcss \"app/frontend/entrypoints/**/*.css\" --base app/frontend/entrypoints --dir app/assets/builds",
"lint": "eslint --cache",
"fontawesome": "node ./lib/yarn/regenerate-fontawesome-metadata.js",
"tsc": "tsc --noEmit --incremental --project ./app/frontend"
},
"browserslist": [
"defaults"
],
"packageManager": "[email protected]",
"type": "module"
}