forked from g0v/moedict-webkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"author": "g0v.tw",
"name": "moedict-webkit",
"description": "moedict.tw",
"version": "0.0.1",
"homepage": "https://github.com/audreyt/moedict-webkit",
"repository": {
"type": "git",
"url": "https://github.com/audreyt/moedict-webkit"
},
"scripts": {
"start": "gulp run",
"dev": "gulp dev",
"build": "gulp build"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"dependencies": {},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel-core": "^5.0.12",
"babel-loader": "^5.0.0",
"cheerio": "^0.19.0",
"css-mqpacker": "^3.1.0",
"csswring": "^3.0.5",
"gulp": "^3.8.10",
"gulp-jade": "^0.10.0",
"gulp-postcss": "^5.1.8",
"gulp-sass": "^2.3.1",
"gulp-watch": "^3.0.0",
"gulp-webpack": "^1.1.0",
"iconv-lite": "^0.4.5",
"jquery": "^2.1.3",
"json-loader": "^0.5.1",
"livescript": "1.5.x",
"livescript-loader": "^0.1.3",
"prelude-ls": "1.1.1",
"react": "^0.13.1",
"react-hot-loader": "^1.2.4",
"react-zh-stroker": "^0.1.3",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.7.0",
"webworker-threads": "^0.7.13",
"zappajs": "0.4.x",
"zeparser": "0.0.7"
}
}