-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 818 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 818 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
{
"name": "st-bootstrap",
"version": "2.0.0-beta.2",
"publishConfig": {
"access": "public"
},
"scripts": {
"prebuild": "st-rm-rf dist",
"build": "tsc",
"push": "git push origin `git subtree split --prefix docs master`:gh-pages --force",
"postbuild": "st-cp package.json README.md LICENSE dist"
},
"peerDependencies": {
"bootstrap": "^4.4.1",
"jquery": "^3.5.0",
"popper.js": "^1.16.1"
},
"author": "Aron Homberg <info@aron-homberg.de>",
"license": "MIT",
"devDependencies": {
"@types/bootstrap": "^4.3.2",
"@types/jquery": "^3.3.35",
"@types/node": "^13.13.2",
"springtype": "^2.0.0-beta.74",
"st-cp": "^2.0.0-beta.1",
"st-rm-rf": "^2.0.0-beta.1",
"st-start": "^2.0.0-beta.42",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
}
}