-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.16 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
{
"license": "Apache-2.0",
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"body-parser": "^1.20.3",
"cookie": ">=0.7.0",
"express": ">=4.21.0",
"follow-redirects": ">=1.15.6",
"glob-parent": "^5.1.2",
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31",
"postcss-flexbugs-fixes": ">=5.0.2",
"postcss-import": ">=16.1.0",
"postcss-preset-env": ">=9.6.0",
"sass": "^1.72.0",
"send": ">=0.19.0",
"serve-static": ">=1.16.2",
"tar": ">=6.21.0"
},
"devDependencies": {
"ansi-html": ">=0.0.8",
"eslint": "^9.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"node-forge": ">=1.3.0",
"prettier": "^3.4.2",
"vite": "^5.4.12",
"vite-plugin-ruby": "^5.0.0"
},
"scripts": {
"build:css": "sass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules",
"lint": "yarn run eslint --ignore-pattern app/javascript/entrypoints app/javascript app/assets/javascripts"
}
}