-
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) · 980 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 980 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
{
"name": "insta-sweep",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "rspack build --mode production",
"lint": "npm run typecheck && npm run oxlint && npm run oxfmt",
"oxfmt": "oxfmt --check .",
"oxfmt-fix": "oxfmt --write .",
"oxlint": "oxlint .",
"oxlint-fix": "oxlint --fix .",
"typecheck": "tsc --noEmit",
"watch": "rspack build --mode development --watch"
},
"dependencies": {
"preact": "^10.29.1"
},
"devDependencies": {
"@rspack/cli": "^2.0.1",
"@rspack/core": "^2.0.1",
"chrome-types": "^0.1.425",
"css-loader": "^7.1.4",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"oxlint-tsgolint": "^0.22.1",
"sass": "^1.99.0",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.5.7",
"typescript": "^6.0.3"
}
}