This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.59 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "speedtest-for-digitalocean",
"version": "2.5.0",
"private": true,
"description": "Run speed tests for all DigitalOcean datacenters faster than ever.",
"homepage": "http://speedtest-do.marcomontalbano.com/",
"author": {
"name": "Marco Montalbano",
"email": "me@marcomontalbano.com",
"url": "https://marcomontalbano.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marcomontalbano/speedtest-for-digitalocean"
},
"keywords": [
"mmontalbano",
"marcomontalbano",
"fastest",
"speedtest",
"speed test",
"digitalocean",
"datacenter"
],
"engines": {
"node": "14.x"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"flux": "^4.0.3",
"gh-pages": "^3.2.3",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-app-rewired": "^2.1.11",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.0",
"react-snap": "^1.23.0",
"uikit": "^3.10.0",
"write-assets-webpack-plugin": "^1.0.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"postbuild": "react-snap",
"test": "react-app-rewired test --env=jsdom",
"gh-pages": "node ./scripts/gh-pages.js",
"deploy": "npm-run-all build gh-pages",
"bookmark": "npx bookmarklet bookmark.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}