-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 933 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
{
"name": "personal-raci",
"version": "1.0.0",
"description": "A simple tool to keep track of different projects and how involved I am in them.",
"main": "server/index.js",
"scripts": {
"start": "node server/index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agracey/personal-raci.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/agracey/personal-raci/issues"
},
"homepage": "https://github.com/agracey/personal-raci#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@babel/preset-react": "^7.14.5",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.1",
"preact": "^10.5.14"
}
}