forked from Loggoe/Volo
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.37 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
{
"name": "github-fetcher-fullstack-v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js"
},
"author": "Beth Johnson",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.23.0",
"webpack": "^2.2.1"
},
"dependencies": {
"axios": "^0.18.0",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.17.2",
"c3": "^0.5.3",
"css-loader": "^0.28.11",
"d3": "^5.1.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"filestack-js": "^0.11.4",
"jStat": "^1.7.1",
"jquery": "^3.1.1",
"material-ui": "^0.20.0",
"moment": "^2.22.1",
"mysql": "^2.13.0",
"net": "^1.0.2",
"passport": "^0.4.0",
"rc-slider": "^8.6.1",
"react": "^16.3.1",
"react-c3js": "^0.1.20",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.3.1",
"react-moment": "^0.7.0",
"react-router-dom": "^4.2.2",
"react-youtube": "^7.5.0",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"youtube-search-api-with-axios": "^2.0.0"
}
}