-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "mementowebdemo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp cleanAll && gulp syncLandings && concurrently --kill-others \"parcel src/index.html\" \"gulp\"",
"build": "gulp cleanAll && parcel build src/index.html --public-url . && gulp buildLandings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbazukun123/mementoprototype.git"
},
"author": "Chanodom Utsahajit <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bbazukun123/mementoprototype/issues"
},
"homepage": "https://github.com/bbazukun123/mementoprototype#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"autoprefixer": "^9.6.0",
"concurrently": "^4.1.1",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^6.0.0",
"parcel-bundler": "^1.12.3",
"sass": "^1.22.0"
},
"dependencies": {
"@babel/runtime": "^7.4.5"
}
}