-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.24 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": "webengineering2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11"
},
"dependencies": {
"@zeit/next-css": "^0.1.5",
"axios": "^0.18.0",
"babel-preset-es2017": "^6.24.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"express": "^4.15.2",
"file-loader": "^1.1.11",
"jsonwebtoken": "^8.2.1",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"next": "^5.0.0",
"react": "^16.3.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.2.0",
"react-icons": "^2.2.7",
"react-scroll": "^1.7.9",
"react-youtube": "^7.6.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.0",
"sfcookies": "^1.0.2",
"socket.io": "^1.7.4",
"socket.io-client": "^2.1.0",
"url-loader": "^1.0.1",
"uuid": "^3.2.1",
"youtube-search-api-with-axios": "^2.0.0"
},
"scripts": {
"babel-node": "babel-node --presets=es2017,react",
"dev": "npm run babel-node -- ./server/server",
"build": "babel ./server/ -s -d dist && next build",
"start": "set NODE_ENV=production&& node dist/server.js"
},
"author": "",
"license": "ISC"
}