-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"author": "g0v.tw",
"name": "amis-moedict",
"description": "amis.moedict.tw",
"license": "CC0-1.0",
"version": "0.0.1",
"homepage": "https://github.com/g0v/amis-moedict",
"repository": {
"type": "git",
"url": "https://github.com/g0v/amis-moedict"
},
"scripts": {
"start": "gulp run",
"dev": "gulp dev",
"build": "gulp build"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"dependencies": {
"gulp-cli": "^2.3.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel-core": "^5.0.12",
"babel-loader": "^5.0.0",
"css-mqpacker": "^3.1.0",
"csswring": "^3.0.5",
"gulp": "^4.0.0",
"gulp-dart-sass": "^1.0.2",
"gulp-postcss": "^5.1.8",
"gulp-watch": "^5.0.1",
"gulp-webpack": "^1.1.0",
"iconv-lite": "^0.4.24",
"jquery": "^3.5.0",
"json-loader": "^0.5.1",
"prelude-ls": "^1.1.2",
"react": "^0.13.1",
"react-hot-loader": "^1.2.4",
"react-zh-stroker": "^0.1.3",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5",
"zeparser": "0.0.7"
}
}