-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 870 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
35
36
37
38
39
{
"name": "kwh",
"private": true,
"license": "MIT",
"browserify": {
"transform": [
[
"babelify",
{
"sourceMaps": true,
"sourceMapsAbsolute": true
}
]
]
},
"devDependencies": {
"@babel/core": "7.0.0-rc.1",
"@babel/preset-env": "7.0.0-rc.1",
"@babel/preset-react": "7.0.0-rc.1",
"babelify": "^9.0.0",
"browserify": "^16.2.2",
"browserify-incremental": "^3.1.1",
"stylus": "^0.54.5",
"terser": "^3.17.0"
},
"dependencies": {
"create-hmac": "^1.1.7",
"cuid": "^2.1.6",
"debounce-with-args": "^1.0.1",
"friendly-time": "^1.1.1",
"keysim": "^2.1.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-contenteditable": "^3.2.6",
"react-dom": "^16.8.4",
"react-qr-svg": "^2.2.1",
"webextension-polyfill": "^0.4.0"
}
}