-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 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
47
48
49
50
51
52
53
{
"name": "yes",
"version": "1.0.0",
"description": "This is a new project",
"main": "index.js",
"scripts": {
"test": "npm",
"start": "nodemon -w api/server.js -e js,graphql server.js",
"compile": "babel public/app.jsx --out-dir public",
"watch": "babel public/app.jsx --out-dir public --watch --verbose",
"lint": "eslint .",
"serve": "json-server --watch db.json --port 4000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrpatrick2407/new"
},
"author": "theo",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrpatrick2407/new/issues"
},
"homepage": "https://github.com/mrpatrick2407/new/#readme",
"dependencies": {
"apollo-server-express": "^3.12.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"google-auth-library": "^8.8.0",
"graphql": "^16.6.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"nodemon": "^2.0.22",
"opencommit": "^1.1.24",
"random-paragraph": "^1.0.4"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"json-server": "^0.17.3"
}
}