-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 982 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 982 Bytes
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
{
"name": "oauth2id",
"private": true,
"dependencies": {
"@babel/preset-env": "~7.21.5",
"@rails/webpacker": "^5.4.4",
"@stimulus/polyfills": "^2.0.0",
"chokidar": "^3.6.0",
"datatables": "^1.10.18",
"jqtree": "1.7.5",
"regenerator-runtime": "^0.13.11",
"semver": "^7.7.4",
"stimulus": "^2.0.0",
"vali-admin": "^2.4.1",
"ws": "~8.18.3"
},
"devDependencies": {
"babel-loader": "8.4.1",
"css-loader": "3.6.0",
"postcss-loader": "3.0.0",
"webpack": "^4.47.0",
"webpack-dev-server": "^3.11.3"
},
"resolutions": {
"@types/minimatch": "~5.1.2",
"chokidar": "^3.6.0",
"cookie": "~0.7.2",
"css-tree": "~1.1.2",
"node-forge": "^1.3.1",
"nth-check": "^2.1.1",
"inherits": "~2.0.4",
"mdn-data": "~2.0.33",
"merge-descriptors": "~1.0.3",
"mime-db": "~1.54.0",
"sass-loader": "~10.5.2",
"ws": "~8.18.3",
"semver": "^7.7.4"
},
"packageManager": "pnpm@10.33.0"
}