-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "show-the-rcmp-tech",
"version": "1.0.0",
"description": "This is a presentation for CDS show the thing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"react": "babel-node react-xss.js",
"rest": "node rest.js",
"graphql:int": "node graphql.js",
"graphql:enum": "node graphql2.js",
"xss": "node xss.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sleepycat/show-the-thing-tech-choices.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sleepycat/show-the-thing-tech-choices/issues"
},
"homepage": "https://github.com/sleepycat/show-the-thing-tech-choices#readme",
"dependencies": {
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^15.0.0",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/preset-react": "^7.9.4"
}
}