forked from mouazAlkhodari/SurveyMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 985 Bytes
/
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
{
"name": "surveymaster",
"version": "1.0.0",
"description": "Survey Manager application for creating and publishing surveys",
"main": "server.js",
"type": "module",
"scripts": {
"client-install": "cd client && npm i",
"server-install": "cd server && npm i",
"install": "yarn client-install && yarn server-install",
"server": "cd server && yarn start",
"client": "cd client && yarn start",
"start": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"author": "Mouaz Alkhodari, Kais Alar,Ammar Al-Helali ,Kinan Almoualem ,Kareem Dabbeet",
"license": "MIT",
"devDependencies": {
"nodemon": "^1.19.0",
"yarn": "^1.16.0"
},
"dependencies": {
"@vitalets/google-translate-api": "^2.8.0",
"concurrently": "^3.5.1",
"excel4node": "^1.7.2",
"express": "^4.17.0",
"files": "^1.0.0",
"google-translate-api": "^2.3.0",
"i": "^0.3.6",
"npm": "^6.10.0",
"react-color": "^2.17.3"
}
}