-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "brickhack.io",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.com/codeRIT/brickhack.io.svg?branch=develop)](https://travis-ci.com/codeRIT/brickhack.io)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel index.html --no-hmr",
"club": "parcel club.html",
"build": "parcel build index.html -d build --public-url='./'"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/codeRIT/brickhack.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeRIT/brickhack.io/issues"
},
"homepage": "https://github.com/codeRIT/brickhack.io#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"anix": "^1.3.6",
"jquery-ui": "^1.12.1",
"parcel-bundler": "^1.3.1",
"parcel-plugin-static-files-copy": "^2.5.0",
"sass": "^1.32.0"
},
"staticFiles": {
"staticPath": "resources"
},
"dependencies": {
"active-menu-link": "^1.1.8",
"aws-sdk": "^2.831.0",
"jquery": "^3.5.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"parcel-plugin-metaimage": "^1.2.4",
"rellax": "^1.12.1",
"slick-carousel": "^1.8.1",
"vanilla-lazyload": "^17.3.0"
}
}