-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 860 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
33
{
"name": "portra-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"firebase": "^7.2.2",
"pure-react-carousel": "^1.27.3",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-flexbox-grid": "^2.1.2",
"react-modal": "^3.11.2",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "0.9.5",
"react-styled-flexboxgrid": "^3.1.0",
"reactfire": "^1.0.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.1",
"redux-thunk": "^2.3.0",
"sheetdb-js": "^1.0.3",
"styled-components": "^4.4.0",
"ui-box": "^3.0.1"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}