forked from workbenchdev/Workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 704 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 704 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
{
"private": true,
"devDependencies": {
"@gi-types/adw1": "^1.1.1",
"@gi-types/base-types": "^1.0.0",
"@gi-types/gjs-environment": "^1.1.0",
"@gi-types/gtk4": "^4.6.1",
"@gi-types/gtk4-types": "^1.0.0",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"events": "^3.3.0",
"ltx": "git://github.com/xmppjs/ltx.git#093c7bdced57c22f7eccba3bccfc141150654395",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"rollup": "^2.76.0",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-node-polyfills": "^0.2.1",
"rome": "^12.1.1"
},
"type": "module",
"scripts": {
"postinstall": "rollup -c rollup.config.js"
}
}