-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 996 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
33
34
35
36
37
{
"name": "qocean",
"version": "1.0.0",
"description": "MERN App for creating awesome quizzes",
"repository": {
"type": "git",
"url": "git+https://github.com:Devorein/Qocean.git"
},
"main": "index.js",
"keywords": [],
"author": "Devon Reid <[email protected]>",
"license": "MIT",
"scripts": {
"postinstall": "node ./utils/linkParentBin.js",
"client": "cd ./client && npm start",
"start": "concurrently -c green,blue --names \"server,client\" \"npm run server\" \"npm run client\""
},
"devDependencies": {
"@babel/register": "^7.10.5",
"concurrently": "^5.3.0",
"husky": "^4.2.5",
"link-parent-bin": "^1.0.2",
"prettier": "^2.1.2"
},
"dependencies": {
"@apollo/client": "^3.0.0-rc.12",
"axios": "^0.19.2",
"colors": "^1.4.0",
"fs-extra": "^9.0.1",
"graphql": "^15.3.0",
"lodash": "^4.17.19",
"mkdirp": "^1.0.4",
"move-file": "^2.0.0",
"rimraf": "^3.0.2",
"lint-staged": "^10.4.0"
}
}