-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "domain-check",
"homepage": "https://github.com/denysovkos/domainCheck",
"version": "1.0.0",
"description": "Domain check",
"repository": {
"type": "git",
"url": "https://github.com/denysovkos/domainCheck.git"
},
"author": "KD ([email protected])",
"license": "MIT",
"proxy": "http://localhost:3001",
"devDependencies": {
"react-scripts": "1.0.7"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-virtualized": "^9.8.0",
"redux": "^3.7.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.11",
"semantic-ui-react": "^0.71.1",
"socket.io-client": "^2.0.3"
},
"scripts": {
"start": "react-scripts start | npm run start-server",
"start-server": "cd server/ && npm run start",
"start-front-end": "react-scripts start",
"start-back-end": "cd server/ && npm run start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}