-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1001 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1001 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
{
"name": "friend-activity-grid",
"version": "1.1.5",
"description": "A theme for Discord that makes the friend activity grid visible on width of 1200px and below. It shows the friend activity below friend list in a gridbox",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"build": "postcss src/base.css -o dist/always.css && postcss src/base.css -o dist/responsive.css && npm run wrap-responsive",
"watch": "replugged build theme --watch",
"bundle": "replugged bundle theme",
"release": "replugged release",
"lint": "prettier ./src --check",
"lint:fix": "prettier ./src --write",
"version": "node scripts/version.js",
"wrap-responsive": "node scripts/wrapResponsive.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.4.2",
"replugged": "^4.8.3",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.0",
"postcss-wrap": "^0.0.4",
"postcss-import": "^16.1.0"
}
}