-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 927 Bytes
/
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
{
"name": "bootstrap-template",
"version": "3.0.0",
"description": "bootstrap template with parcel",
"main": "none",
"scripts": {
"dev": "parcel ./src/index.html -d dev",
"build": "parcel build ./src/index.html -d dist --public-url ./",
"clean": "rimraf .cache dist dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rifat-H/Bootstrap-template.git"
},
"author": "Rifat Hossain",
"license": "MIT",
"bugs": {
"url": "https://github.com/rifat-H/Bootstrap-template/issues"
},
"homepage": "https://github.com/rifat-H/Bootstrap-template#readme",
"dependencies": {
"animatescroll.js": "^1.0.7",
"bootstrap": "^4.3.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.7"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"cssnano": "^4.1.10",
"parcel-bundler": "^1.12.3",
"rimraf": "^2.6.3",
"sass": "^1.17.3"
}
}