forked from mazipan/modernize-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.33 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": "modernize-landing-page",
"version": "1.0.0",
"description": "How to creating landing page in modern frontend stack",
"main": "index.html",
"scripts": {
"dev": "parcel src/index.html src/privacy-policy.html src/term-conditions.html --no-source-maps --no-cache --open",
"build": "rm -rf dist && parcel build src/index.html src/privacy-policy.html src/term-conditions.html --public-url https://mazipan.github.io/modernize-landing-page/ --no-source-maps --no-cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/modernize-landing-page.git"
},
"author": "Irfan Maulana <github.com/mazipan>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mazipan/modernize-landing-page/issues"
},
"homepage": "https://github.com/mazipan/modernize-landing-page#readme",
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@fortawesome/fontawesome-free": "5.12.0",
"parcel-bundler": "1.12.4",
"sass": "1.25.0"
},
"dependencies": {
"autoprefixer": "9.7.4",
"bootstrap": "4.4.1",
"bootstrap-validator": "0.11.9",
"css": "2.2.4",
"jquery": "3.4.1",
"magnific-popup": "1.1.0",
"popper.js": "1.16.1",
"postcss-modules": "1.5.0",
"swiper": "4.5.1"
}
}