-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 857 Bytes
/
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": "hex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified!\"",
"start": "snowpack dev",
"build": "snowpack build && workbox generateSW workbox-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benfoxall/hex.git"
},
"author": "Ben Foxall (@benjaminbenben)",
"license": "MIT",
"bugs": {
"url": "https://github.com/benfoxall/hex/issues"
},
"homepage": "https://github.com/benfoxall/hex#readme",
"devDependencies": {
"highlight.js": "^10.5.0",
"snowpack": "^2.18.5",
"workbox-cli": "^6.0.2"
},
"dependencies": {
"pretty-bytes": "^5.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-virtual": "^2.3.2",
"workbox-window": "^6.0.2"
}
}