-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
62
63
{
"name": "holy-editor",
"version": "1.0.1-rc15",
"description": "Holy editor",
"main": "./static/holy-editor.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --inline",
"build": "webpack -p",
"deploy": "gh-pages -d static",
"test": "mocha ./spec/**/*.js"
},
"author": "cedcn",
"license": "ISC",
"homepage": "https://cedcn.github.io/holy-editor/",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"bundle-loader": "^0.5.5",
"chai": "^4.1.2",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"gh-pages": "^2.1.1",
"html-loader": "^0.5.1",
"mocha": "^3.5.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"pug-loader": "^2.3.0",
"sass-loader": "^6.0.6",
"to-string-loader": "^1.1.5",
"url-loader": "^0.5.9",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"codemirror": "^5.30.0",
"codemirror-formatting": "^1.0.0",
"csjs": "^1.1.0",
"deku": "^2.0.0-rc16",
"emojilib": "^2.2.9",
"ev-emitter": "^1.1.1",
"findandreplacedomtext": "^0.4.5",
"huebee": "^1.0.1",
"insert-css": "^2.0.0",
"invariant": "^2.2.2",
"lodash": "^4.17.4"
}
}