-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.54 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
40
41
42
43
44
45
46
47
48
{
"name": "pousadacaminhodosventos.com",
"license": "MIT",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm-run-all -p watch-css start-js",
"start-js": "react-scripts start",
"build": "npm run build-css && react-scripts build",
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"precache": "sw-precache --config=config/sw-precache-config.js --verbose",
"deploy": "npm run build && firebase deploy --only hosting",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git@github.com:fcgomes92/pousadacaminhodosventos.git"
},
"author": "@fcgomes92",
"bugs": {
"url": "https://github.com/fcgomes92/pousadacaminhodosventos/issues"
},
"dependencies": {
"animate.css": "^3.7.0",
"classnames": "^2.2.6",
"history": "^4.7.2",
"i18next": "^11.9.0",
"i18next-browser-languagedetector": "^2.2.3",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-i18next": "^7.12.0",
"react-image-gallery": "^0.8.11",
"react-loadable": "^5.5.0",
"react-router-dom": "^4.3.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"dotenv": "^4.0.0",
"firebase-tools": "^3.18.4",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.1.3",
"react-scripts": "^1.1.4",
"sw-precache": "^5.2.1"
}
}