-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.24 KB
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
{
"name": "roses-daycare",
"version": "0.1.0",
"description": "Responsive webpage made for Rose's Daycare LLC",
"homepage": "https://rosesdaycare.center/",
"author": "Anthony Ascencio",
"repository": "https://github.com/anthony2025/roses-daycare",
"private": true,
"dependencies": {
"google-map-react": "^1.0.5",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.5.10",
"raven-js": "^3.17.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-loadable": "^5.4.0",
"react-modal": "^3.5.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.2",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"styled-components": "^3.3.3"
},
"devDependencies": {
"firebase-tools": "^3.9.2",
"prettier": "^1.5.3",
"react-scripts": "1.1.4",
"source-map-explorer": "^1.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "yarn build && firebase deploy",
"analyze": "yarn build && source-map-explorer build/static/js/main.*",
"format": "prettier --single-quote --no-bracket-spacing --no-semi --write 'src/**/*.js'"
}
}