-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.14 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.14 KB
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
{
"name": "pmp_idam",
"private": true,
"dependencies": {
"@rails/request.js": "^0.0.13",
"@types/jquery": "^4.0.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^25.5.0",
"@types/rails__request.js": "^0.0.1",
"accessible-autocomplete": "^3.0.1",
"ccs-frontend": "^3.1.1",
"govuk-frontend": "^6.1.0",
"jquery": "^4.0.0",
"js-cookie": "^3.0.5",
"sass": "^1.98.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"scripts": {
"build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --style=compressed --no-source-map --load-path=node_modules",
"build": "bun bun.config.js",
"lint": "eslint app/javascript/",
"lint:fix": "eslint --fix app/javascript/",
"typecheck": "tsc --noEmit",
"postinstall": "cp -a node_modules/ccs-frontend/dist/ccs/@types/. node_modules/@types/ccs-frontend && cp node_modules/@types/ccs-frontend/all.d.ts node_modules/@types/ccs-frontend/index.d.ts"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.0.3",
"typescript-eslint": "^8.57.0"
}
}