-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"title": "DKR",
"name": "DKR",
"version": "5.0.5",
"scripts": {
"build": "npm run clean && npm run build:scss && npm run build:scripts",
"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": "DKR",
"keywords": [
"css",
"sass",
"html",
"responsive"
],
"homepage": "https://unsw-database.github.io/",
"license": "MIT",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/UNSW-database/UNSW-database.github.io.git"
},
"dependencies": {
"bootstrap": "5.1.3"
},
"devDependencies": {
"autoprefixer": "10.3.7",
"browser-sync": "2.27.5",
"chokidar": "3.5.2",
"concurrently": "6.3.0",
"postcss": "8.3.9",
"prettier": "2.4.1",
"pug": "3.0.2",
"sass": "1.43.2",
"shelljs": "0.8.4",
"upath": "2.0.1"
}
}