-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
64 lines (64 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "nani",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.18",
"axios": "^0.24.0",
"bootstrap": "4.5.0",
"classnames": "^2.3.1",
"connected-react-router": "^6.9.2",
"date-fns": "^2.28.0",
"jsonwebtoken": "^8.5.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"popura": "^1.2.5",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-content-loader": "4.3.2",
"react-debounce-input": "^3.2.5",
"react-dom": "^17.0.2",
"react-helmet": "6.1.0",
"react-image": "^4.0.3",
"react-player": "^2.10.0",
"react-popper": "1.3.7",
"react-redux": "^7.2.6",
"react-router-dom": "5",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2",
"reactstrap": "^8.9.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"uuid": "^8.3.2"
},
"standard": {
"env": [
"browser",
"node"
]
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start:lambda": "netlify-lambda serve src/lambda",
"build:lambda": "netlify-lambda build src/lambda"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.17.10",
"http-proxy-middleware": "^2.0.6",
"netlify-lambda": "^2.0.15",
"sass": "^1.51.0"
}
}