-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
{
"name": "autumn-dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npm run dev:watch",
"dev:watch": "node build/gulp.js --environment TARGET:watch",
"dev:server": "gulp",
"build": "gulp copy && gulp min"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Autumn-Seven/Autumn-dev.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Autumn-Seven/Autumn-dev/issues"
},
"homepage": "https://github.com/Autumn-Seven/Autumn-dev#readme",
"dependencies": {
"gulp": "^4.0.2",
"gulp-watch": "^5.0.1",
"gulp-webserver": "^0.9.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"gulp-babel": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-javascript-obfuscator": "^1.1.5",
"gulp-sftp": "^0.1.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"javascript-obfuscator": "^0.18.1",
"minify": "^4.1.1"
}
}