-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.3 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
{
"name": "ctf",
"version": "1.0.0-alpha",
"description": "Platform to organize CTF competitions",
"keywords": ["ctf", "capture the flag", "competition"],
"homepage": "https://github.com/azrael25/ctf",
"license": "MIT",
"author": "Dmitry Mulyavka",
"repository": "https://github.com/azrael25/ctf.git",
"scripts": {
"build": "lerna run build --stream",
"dev": "lerna run dev --stream",
"bootstrap": "lerna bootstrap --ignore-scripts"
},
"dependencies": {
"apollo-server": "^2.9.7",
"graphql": "^14.5.8"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"eslint": "^6.6.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.16.0",
"express": "^4.17.1",
"jest": "^24.9.0",
"lerna": "^3.18.3"
}
}