-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 893 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
{
"homepage": "https://iagobruno.github.io/navbar-as-splashscreen-demo/",
"repository": "https://github.com/iagobruno/navbar-as-splashscreen-demo.git",
"author": "Iago Bruno <httpiago@gmail.com> (https://www.iagobruno.com/)",
"license": "MIT",
"scripts": {
"start": "parcel src/index.html",
"build": "del-cli dist && parcel build src/index.html --public-url https://iagobruno.github.io/navbar-as-splashscreen-demo/",
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"del-cli": "^1.1.0",
"gh-pages": "^2.0.1",
"less": "^3.9.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-static-files-copy": "^2.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reakit": "^1.0.0-beta.1",
"typescript": "^3.4.5"
},
"devDependencies": {
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4"
}
}