-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 895 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 895 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
{
"name": "app-cta",
"version": "",
"description": "The standard App for 2sic to use as CTA.",
"main": "",
"scripts": {
"build-prod-bs4": "concurrently -n vite,tsc -c cyan,yellow \"npm run build-bs4\" \"npm run build:tsc\"",
"build-prod-bs5": "concurrently -n vite,tsc -c cyan,yellow \"npm run build-bs5\" \"npm run build:tsc\"",
"build-bs4": "cross-env STYLE=bs4 vite build --watch",
"build-bs5": "cross-env STYLE=bs5 vite build --watch",
"build:tsc": "tsc --noEmit --watch --preserveWatchOutput"
},
"author": "2sic internet solutions",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.20",
"concurrently": "^9.2.1",
"cross-env": "^7.0.3",
"postcss": "^8.4.38",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"dependencies": {
"bootstrap": "^4.4.1",
"bs5": "npm:bootstrap@^5.3.3"
}
}