-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 796 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 796 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
{
"name": "2sic-standard-skin-template",
"version": "05.00.01",
"description": "The default skin template for 2sic websites",
"main": "(none)",
"type": "module",
"scripts": {
"build-prod": "rollup -c --watch",
"update-lib-bootstrap": "(ROBOCOPY node_modules\\bootstrap\\dist\\js dist\\lib bootstrap.bundle.min.js bootstrap.bundle.js.map ) ^& IF %ERRORLEVEL% LEQ 1 exit 0"
},
"author": "2sic internet solutions",
"license": "MIT",
"repository": "https://github.com/2sic/dnn-theme-2shine-bs5",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.40.0",
"rollup-plugin-styler": "^2.0.0",
"sass": "^1.86.3",
"typescript": "^5.8.3"
},
"dependencies": {
"bootstrap": "^5.3.5"
}
}