-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 981 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
{
"homepage": "https://iagobruno.github.io/navbar-as-splashscreen-demo/",
"repository": "https://github.com/iagobruno/delivery-website-demo.git",
"author": "Iago Bruno <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "parcel src/index.html",
"build": "del-cli dist && parcel build src/index.html --public-url https://iagobruno.github.io/delivery-website-demo/",
"deploy": "yarn run build && gh-pages -d dist"
},
"dependencies": {
"core-js": "^3.4.7",
"formik": "^2.0.6",
"intl": "^1.2.5",
"less": "^3.10.3",
"overmind": "^20.0.0",
"overmind-react": "^21.0.0",
"parcel-bundler": "^1.12.4",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-router-dom": "^5.1.2",
"typescript": "^3.7.2"
},
"devDependencies": {
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-router-dom": "^5.1.0",
"del-cli": "^3.0.0",
"gh-pages": "^2.1.1"
},
"private": true
}