-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathpackage.json
53 lines (53 loc) · 1.24 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
{
"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": {
"bootstrap": "^3.4.1",
"graceful-fs": "^4.2.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel-core": "^5.0.12",
"babel-loader": "^5.0.0",
"cheerio": "^0.22.0",
"css-mqpacker": "^3.1.0",
"csswring": "^3.0.5",
"gulp": "^4.0.2",
"gulp-dart-sass": "*",
"gulp-jade": "*",
"gulp-postcss": "*",
"gulp-watch": "*",
"gulp-webpack": "*",
"iconv-lite": "^0.4.5",
"jquery": "^3.4.0",
"json-loader": "^0.5.1",
"livescript": "1.5.x",
"livescript-loader": "^0.1.3",
"prelude-ls": "1.1.1",
"react": "^0.14.9",
"react-dom": "^0.14.9",
"react-hot-loader": "^1.2.4",
"react-zh-stroker": "^0.1.3",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.14.1",
"worker": "^0.3.12",
"zappajs": "0.4.x",
"zeparser": "0.0.7"
}
}