-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 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": "ant-hackathon",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"start": "npm run dev",
"dev": "gulp",
"build": "gulp build",
"modernizr": "modernizr -c ./src/modernizr-config.json -d ./dist/vendor/scripts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.1.4",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.28.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-font-spider": "^0.3.6",
"gulp-fontmin": "^0.7.4",
"gulp-imagemin": "^3.3.0",
"gulp-less": "^3.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-pug": "^3.3.0",
"gulp-pug-i18n": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"json-loader": "^0.5.7",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.3",
"webpack-merge": "^4.1.0",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"countdown": "^2.6.0",
"hamburgers": "^0.9.1",
"i18next": "^8.4.3",
"jquery-scroll": "^1.1.1",
"mdetect": "^1.2.3",
"modal-layer": "^1.1.1",
"normalize.css": "^7.0.0",
"prop-types": "^15.5.10",
"rc-cascader": "^0.11.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-i18next": "^4.8.0",
"value-validate": "^1.1.2"
}
}