forked from emojicode/emojicode.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 880 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
{
"name": "EmojicodeDocsCompiler",
"version": "2.0.0-beta",
"description": "Emojicode documentation compiler",
"main": "./lib/index.js",
"scripts": {
"start": "node ./lib/index.js"
},
"author": "Theo Weidmann",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.18.0",
"chalk": "^2.4.1",
"chokidar": "^1.7.0",
"finalhandler": "^1.1.1",
"fs-extra": "^6.0.1",
"highlight.js": "^9.12.0",
"html-minifier": "^3.5.15",
"marked": "^0.4.0",
"minimist": "^1.2.0",
"mustache": "^2.3.0",
"node-sass": "^4.9.2",
"serve-static": "^1.13.2",
"strip-indent": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.8.2"
}
}