-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 1.14 KB
/
package.json
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
{
"name": "@valadas/eraware-minimalskin",
"version": "1.1.0",
"description": "Minimal Dnn Skin",
"main": "index.js",
"repository": "https://github.com/valadas/Eraware.MinimalSkin",
"author": "valadas <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"build": "rollup --config rollup.config.prod.ts --configPlugin typescript",
"watch": "rollup --config rollup.config.dev.ts --configPlugin typescript -w",
"settings": "dotnet run --project ./SettingsWizard/SettingsWizard.csproj"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/bootstrap": "^4.5.0",
"@types/browser-sync": "^2.27.4",
"@types/node": "^20.9.0",
"bootstrap": "^4.6.0",
"browser-sync": "^2.29.3",
"popper.js": "^1.16.1",
"rollup": "^2.79.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.69.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}