-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (42 loc) · 1.09 KB
/
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
38
39
40
41
42
43
{
"name": "crossfit-gym",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently \" cd client && npm i && npm start\" \"cd server && npm i && npm start\""
},
"repository": {
"type": "git",
"url": "https://github.com/SuranSandeepa/CrossFitLanka.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SuranSandeepa/CrossFitLanka/issues"
},
<<<<<<< HEAD
<<<<<<< HEAD
"homepage": "https://github.com/SuranSandeepa/CrossFitLanka#readme",
"dependencies": {
"multer": "^1.4.5-lts.1"
}
=======
"homepage": "https://github.com/SuranSandeepa/CrossFitLanka#readme"
>>>>>>> 151a097fb350652c07739eabfac569f34a9937c7
=======
"homepage": "https://github.com/SuranSandeepa/CrossFitLanka#readme",
"dependencies": {
<<<<<<< HEAD
"multer":"^1.4.5-lts.1"
=======
<<<<<<< HEAD
"vuex": "^4.0.2",
=======
"html2canvas": "^1.4.1",
>>>>>>> 0843bf16011db639e4dfc292fcfb03bcfc6d7afa
"multer": "^1.4.5-lts.1"
>>>>>>> 203a5671f20d25192a52d32804b0f98ecdee6f2d
}
>>>>>>> 203a5671f20d25192a52d32804b0f98ecdee6f2d
}