-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.78 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "medium-clone",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@salesforce-ux/design-system": "^2.7.5",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"cloudinary": "^1.10.0",
"compression": "^1.7.1",
"connect-multiparty": "^2.1.0",
"cors": "^2.8.4",
"express": "^4.16.2",
"helmet": "^3.11.0",
"hex-rgb": "^3.0.0",
"history": "^4.7.2",
"lodash.clonedeep": "^4.5.0",
"marked": "^0.3.14",
"medium-editor": "^5.23.3",
"medium-editor-insert-plugin": "^2.5.0",
"moment": "^2.23.0",
"mongoose": "^5.4.2",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"nodeidon": "0.0.3",
"nodemon": "^1.18.9",
"prop-types": "^15.6.0",
"randomcolor": "^0.5.3",
"react": "^16.7.0",
"react-color": "^2.17.0",
"react-dom": "^16.7.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.1",
"react-textarea-autosize": "^7.1.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"styled-components": "^4.1.3"
},
"scripts": {
"dev": "nodeidon -w server/app.js -d \"npm run _start\"",
"dev___": "nodeidon -w server/app.js -d \"node server/app.js\" \"npm run start\"",
"dev__": "node tools/daemon \"npm run start\" \"node server/app.js\"",
"dev_": "concurrently --kill-others-on-fail \"npm run start\" \"node server/app.js\"",
"start__": "node dist/app.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}