-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"gatsby-plugin-image": "^3.6.0",
"gatsby-plugin-sharp": "^5.6.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-transformer-remark": "^6.6.0",
"gatsby-transformer-sharp": "^5.6.0",
"mongodb": "^5.1.0"
},
"name": "thestartsfoundation",
"description": "Website for the Starts Foundation in Nepal",
"version": "1.0.0",
"main": "server.js",
"type": "module",
"devDependencies": {
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"nodemon": "^2.0.21",
"prettier": "^2.8.4"
},
"scripts": {
"start": "nodemon server.js",
"dev": "prettier --write . && NODE_ENV=development nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yianan261/StartsFoundation.git"
},
"author": "Casper Huang, So Man Amanda Au-Yeung, Hau Chu, Kasi Viswanath Vandanapu, Benson Wu, Yian Chen",
"license": "",
"bugs": {
"url": "https://github.com/yianan261/StartsFoundation/issues"
},
"homepage": "https://github.com/yianan261/StartsFoundation#readme"
}