-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 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
54
55
56
57
58
59
60
{
"title": "Think Halcyon",
"name": "think-halcyon",
"version": "1.0.2",
"scripts": {
"build": "npm run clean && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js",
"build:pug": "node scripts/build-pug.js",
"build:scripts": "node scripts/build-scripts.js",
"build:scss": "node scripts/build-scss.js",
"clean": "node scripts/clean.js",
"start": "npm run build && node scripts/start.js",
"start:debug": "npm run build && node scripts/start-debug.js"
},
"description": "Think Halcyon, LLC website",
"keywords": [
"think",
"halcyon",
"website",
"responsive",
"develop",
"create",
"beautiful"
],
"homepage": "https://thinkhalcyon.com/",
"bugs": {
"email": "jonayah@thinkhalcyon.com"
},
"license": "SEE_LICENSE",
"author": "Jonayah Marie Jackson (http://jonayah.dev/)",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/JonayahJ/thweb"
},
"dependencies": {
"bootstrap": "4.4.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"http-proxy": "^1.18.1",
"mongoose": "^5.10.7",
"morgan": "^1.10.0",
"mquery": "^3.2.3",
"node-forge": "^0.10.0",
"yargs-parser": "^20.2.0"
},
"devDependencies": {
"autoprefixer": "9.7.4",
"browser-sync": "^2.26.12",
"chokidar": "3.3.1",
"concurrently": "5.1.0",
"parcel-bundler": "^1.12.4",
"postcss": "7.0.27",
"prettier": "1.19.1",
"pug": "2.0.4",
"sass": "1.25.0",
"shelljs": "^0.8.3",
"upath": "1.2.0"
}
}