-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "bucketofcoal",
"version": "1.0.0",
"description": "Bucketofcoal.com",
"homepage": "https://bucketofcoal.com",
"scripts": {
"build": "parcel build src/index.html --public-url ./",
"dev": "parcel src/index.html"
},
"private": true,
"bugs": {
"url": "https://github.com/PrailNet/bucketofcoal.com/issues"
},
"license": "MIT",
"author": "Noah Prail <[email protected]> (https://nprail.me)",
"contributors": [
"Noah Prail <[email protected]> (https://nprail.me)"
],
"repository": "PrailNet/bucketofcoal.com",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"bootstrap": "^4.4.1",
"jquery": "^3.5.0",
"jquery.easing": "^1.4.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-purgecss": "^2.1.3",
"sass": "^1.26.3"
}
}