forked from adya27/js-project-group4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 942 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
{
"name": "js-project-group4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel ./src/*.html",
"build": "parcel build ./src/*.html",
"predeploy": "npm run build -- --public-url /js-project-group4/",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adya27/js-project-group4.git"
},
"keywords": [],
"author": "ANDREW <mdipk4@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/adya27/js-project-group4/issues"
},
"homepage": "https://adya27.github.io/js-project-group4",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"gh-pages": "^3.1.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-handlebars-precompile": "^1.0.2",
"parcel-plugin-nuke-dist": "^1.0.1",
"posthtml-include": "^1.6.0",
"sass": "^1.29.0"
}
}