-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.57 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
{
"name": "relivestyle",
"version": "1.0.0-11",
"description": "",
"main": "lib/index.js",
"bin": {
"relivestyle": "./bin/relivestyle"
},
"files": [
"bin",
"lib"
],
"scripts": {
"coverage": "nyc --reporter lcov --reporter text npm test",
"lint": "eslint . && prettier --check '**/*.{html,js}'",
"test": "mocha",
"start": "./bin/relivestyle ./examples"
},
"author": "Alex J Burke <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/alexjeffburke/relivestyle.git"
},
"license": "MIT",
"dependencies": {
"@rollup/plugin-node-resolve": "13.0.6",
"assetgraph": "^7.1.0",
"chokidar": "^3.0.2",
"debug": "^4.3.1",
"express": "^4.17.1",
"find-up": "^5.0.0",
"mime": "^2.5.2",
"serve-static": "^1.14.1",
"sockette": "^2.0.6",
"ws": "^7.1.2",
"yargs": "^14.0.0"
},
"devDependencies": {
"@depository/store": "^0.12.0",
"@nano-router/router": "^2.5.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^6.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.2.1",
"htm": "~3.0.4",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"preact": "^10.5.8",
"prettier": "~1.19.1",
"react-window": "~1.8.6",
"relivestyle": "file:./",
"sinon": "^9.2.2",
"unexpected": "^11.8.0",
"unexpected-express": "^13.0.1",
"unexpected-snapshot": "^1.1.1"
}
}