-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.44 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "csh-pride-bootstrap",
"description": "A pride Bootstrap theme for Computer Science House.",
"version": "4.3.1",
"author": "Computer Science House",
"homepage": "https://csh.rit.edu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ComputerScienceHouse/csh-pride-bootstrap.git"
},
"bugs": {
"url": "https://github.com/ComputerScienceHouse/csh-pride-bootstrap/issues"
},
"engines": {
"node": ">=6"
},
"style": "dist/csh-pride-bootstrap.css",
"sass": "src/csh-pride-bootstrap.scss",
"scripts": {
"build": "node tools/build.js",
"start": "node tools/build.js --watch",
"deploy": "node tools/deploy.js"
},
"peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.12.9"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"aws-sdk": "^2.814.0",
"bootstrap": "5.0.0",
"bootswatch": "4.3.1",
"chalk": "^2.3.0",
"chokidar": "^4.0.1",
"cssnano": "^7.0.6",
"fs-extra": "^5.0.0",
"globby": "^7.1.1",
"mime-types": "^2.1.17",
"ora": "^1.3.0",
"postcss": "^8.4.31",
"postcss-cli": "^11.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"sass": "^1.79.0",
"shelljs": "^0.8.5",
"yargs": "^17.7.2"
},
"files": [
"dist/",
"src/"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}