forked from cloudflare/isbgpsafeyet.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.43 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
39
40
{
"name": "isbgpsafeyet.com",
"version": "1.0.0",
"description": "**Is BGP safe yet?** is an initiative by Cloudflare to make BGP more secure by deploying RPKI.",
"main": "public/index.js",
"scripts": {
"build": "webpack-cli",
"webpack-dev": "webpack-cli -w ",
"wrangler-dev": "wrangler dev",
"start": "concurrently --kill-others-on-fail --names 'webpack ,wrangler' --prefix name --prefix-colors 'bgCyan.black,bgYellow.black' \"npm run webpack-dev\" \"npm run wrangler-dev\" \"while ! nc -z localhost 8787; do\nsleep 1\ndone; open 'http://localhost:8787'\"",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudflare/isbgpsafeyet.com.git"
},
"author": "Adam Schwartz",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudflare/isbgpsafeyet.com/issues"
},
"homepage": "https://github.com/cloudflare/isbgpsafeyet.com#readme",
"devDependencies": {
"@cloudflare/wrangler": "^1.8.4",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.2",
"csv-parse": "^4.8.9",
"focus-visible-polyfill": "^0.1.0",
"html-webpack-plugin": "^4.2.0",
"jest": "^25.4.0",
"lodash.pickby": "^4.6.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}