-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
{
"name": "jm-themes-tech",
"version": "1.0.0",
"description": "Jianmo CMS Tech themes",
"repository": "https://github.com/xpmjs/mina",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"browserify-replace": "^0.9.0",
"crc": "^3.4.4",
"css-loader": "^0.28.4",
"del": "^3.0.0",
"extract-loader": "^0.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"fs-extra": "^3.0.1",
"gulp-babel": "^6.1.2",
"gulp-buffer": "^0.0.2",
"gulp-less": "^3.3.0",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^2.6.0",
"gulp-tap": "^1.0.1",
"gulp-uglify": "3.0.0",
"gulp-upload": "^0.0.3",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"html-loader": "^0.4.5",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"raw-loader": "^0.5.1",
"request": "^2.80.0",
"run-sequence": "^1.2.2",
"style-loader": "^0.18.2",
"through2": "^2.0.3",
"url-loader": "^0.5.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"webpack": "^2.6.1",
"webpack-stream": "^3.2.0",
"yargs": "^8.0.2"
},
"scripts": {
"build": "webpack --config webpack.conf.js",
"watch": "webpack --config webpack.conf.js --watch"
},
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1"
}
}