-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "@edenjs/riot",
"description": "",
"version": "4.0.4",
"dependencies": {
"@edenjs/glob": "^1.0.0",
"@frontless/riot": "^4.5.1",
"@riotjs/compiler": "^5.4.2",
"@riotjs/hot-reload": "^5.0.0",
"@riotjs/hydrate": "^5.0.0",
"@riotjs/ssr": "^6.0.0",
"buble": "^0.20.0",
"core-js": "^3.12.1",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-riot": "^1.1.5",
"gulp-sourcemaps": "^3.0.0",
"install": "^0.13.0",
"jsdom": "^16.5.3",
"mjml": "^4.9.3",
"riot": "^5.4.2"
},
"engines": {
"node": ">= 8.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eden-js/riot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eden-js/riot/issues"
},
"homepage": "https://github.com/eden-js/riot#readme",
"devDependencies": {
"@dashup/eslint-config-dashup": "0.0.1"
}
}