-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.25 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
{
"name": "rollup-plugin-hot",
"version": "0.1.1",
"main": "index.js",
"author": "rixo <rixo@rixo.fr>",
"license": "ISC",
"keywords": [
"rollup",
"rollup-plugin",
"hmr"
],
"homepage": "https://github.com/rixo/rollup-plugin-hot",
"bugs": {
"url": "https://github.com/rixo/rollup-plugin-hot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rixo/rollup-plugin-hot"
},
"files": [
"lib",
"dist",
"assets"
],
"devDependencies": {
"@rixo/eslint-config": "^0.7.0-alpha.7",
"npm-run-all": "^4.1.5",
"rollup": "^1.25.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"systemjs": "rixo/systemjs#reload"
},
"dependencies": {
"cors": "^2.8.5",
"execa": "^4.0.3",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"mime-types": "^2.1.26",
"open": "^7.2.1",
"rollup-plugin-hot-nollup": "^0.1.0",
"rollup-pluginutils": "^2.8.2",
"ws": "^7.4.6"
},
"peerDependencies": {
"rollup": ">= 1.24.0 < 3"
},
"scripts": {
"prepublish": "yarn build",
"build": "rollup -c",
"autobuild": "rollup -c -w",
"dev": "npm run autobuild",
"test": "echo TODO"
}
}