-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
{
"name": "parcel-boilerplate",
"version": "1.0.0",
"description": "Parcel Boilerplate",
"main": "index.js",
"scripts": {
"dev": "parcel src/*.html --open -p 4040",
"build": "parcel build src/*.html --public-url ./",
"watch": "parcel watch src/*.html --public-url ./"
},
"author": "abhijithvijayan",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^9.6.5",
"babel-loader": "^8.0.6",
"cssnano": "^4.1.10",
"node-sass": "^4.12.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-clean-dist": "0.0.6",
"postcss-modules": "^1.4.1"
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhijithvijayan/parcel-sass-bootstrap-boilerplate.git"
},
"bugs": {
"url": "https://github.com/abhijithvijayan/parcel-sass-bootstrap-boilerplate/issues"
},
"homepage": "https://github.com/abhijithvijayan/parcel-sass-bootstrap-boilerplate#readme"
}