-
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) · 880 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 880 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": "experiments",
"version": "1.0.0",
"description": "NitroBolt Experiments",
"scripts": {
"start": "rspack serve --config rspack.config.cjs",
"build": "rspack build --config rspack.config.cjs && node scripts/copy-static-subfolders.cjs",
"preview": "rspack serve --config rspack.config.cjs --mode production",
"format": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nitro-Bolt/experiments.git"
},
"author": "Cubester",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/Nitro-Bolt/experiments/issues"
},
"homepage": "https://github.com/Nitro-Bolt/experiments#readme",
"dependencies": {
"preact": "^10.28.4"
},
"devDependencies": {
"@rspack/cli": "^1.7.7",
"@rspack/core": "^1.7.7",
"@rspack/dev-server": "^1.2.1",
"prettier": "^3.8.1"
}
}