-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
34 lines (34 loc) · 1.16 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
{
"name": "r3kapig.github.io",
"version": "1.0.0",
"description": "r3kapig is a united CTF Team mostly emerging from Eur3kA and FlappyPig since 2018. Our self-intro is that r3kapig is a delicious dish that can be grilled and fried, and the mission of the team is to provide the most delicious food for the host.",
"main": "index.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r3kapig/r3kapig.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/r3kapig/r3kapig.github.io/issues"
},
"homepage": "https://github.com/r3kapig/r3kapig.github.io#readme",
"browserslist": "> 0.25%, not dead",
"devDependencies": {
"rollup": "^2.63.0",
"nanoid": "^3.1.32",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"rollup-plugin-terser": "^7.0.2",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@antv/g6": "^4.5.2"
}
}