-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 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
41
42
43
44
45
46
{
"name": "pushdeploy-dashboard",
"version": "0.1.0",
"private": true,
"repository": "git@github.com:LogicalAddress/pushdeploy-dashboard.git",
"author": "Logical Address Ltd. <hello@logicaladdress.com>",
"engines": {
"node": ">=8.11.4",
"npm": ">=5.6.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"@stripe/stripe-js": "^1.5.0",
"autosize": "^4.0.2",
"axios": "^0.16.1",
"babel-polyfill": "^6.23.0",
"connected-react-router": "^4.3.0",
"jquery": "^3.3.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-addons-update": "^15.5.2",
"react-dom": "^16.4.1",
"react-fontawesome": "^1.7.1",
"react-google-recaptcha": "^2.0.1",
"react-redux": "^5.0.4",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"react-stripe-checkout": "^2.6.3",
"reactjs-popup": "^1.1.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"socket.io-client": "^1.7.0"
},
"devDependencies": {
"react-scripts": "^1.1.4",
"redux-devtools": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}