-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
61 lines (61 loc) · 1.62 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": "talkiejs",
"version": "0.13.0-beta.0",
"engines": {
"node": ">=10.0.0"
},
"description": "Simple slide presentation library. Responsive scaling & markdown ready.",
"main": "dist/talkie.js",
"directories": {
"test": "test"
},
"scripts": {},
"files": [
"src",
"dist",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/ahomu/Talkie"
},
"author": "ahomu",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahomu/Talkie/issues"
},
"homepage": "https://github.com/ahomu/Talkie",
"dependencies": {
"keycode": "^2.2.0",
"lit-html": "^0.10.0",
"markdown-it": "^8.4.1",
"rxjs": "^6.0.0-alpha.4"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/runtime": "^7.0.0-beta.46",
"@types/markdown-it": "^0.0.4",
"@webcomponents/webcomponentsjs": "^1.2.0",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"postcss-cli": "^5.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-csso": "^3.0.0",
"postcss-import": "^11.1.0",
"prettier": "^1.11.1",
"release-it": "^7.4.5",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^3.0.0",
"tslint": "^5.10.0",
"tslint-microsoft-contrib": "^5.0.3",
"typescript": "^2.7.2"
}
}