-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 2.08 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
64
65
66
67
{
"name": "myapp-vue",
"version": "2.1.1",
"scripts": {
"preprod": "gulp --env=production",
"prod": "webpack --env.NODE_ENV=production",
"postprod": "rimraf ./dist/css/scripts",
"dev": "gulp --env=development",
"postdev": "webpack --env.NODE_ENV=development",
"local": "gulp --env=local",
"postlocal": "webpack --env.NODE_ENV=local",
"start": "npm run local",
"poststart": "concurrently \"gulp watcher --env=local\" \"webpack --env.NODE_ENV=local --watch\" --names \"GULP,PACK\" --prefix name"
},
"license": "MIT",
"devDependencies": {
"@types/node": "8.0.25",
"babel-core": "6.25.0",
"babel-loader": "7.1.1",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"concurrently": "3.5.0",
"css-loader": "0.28.5",
"del": "2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "3.1.1",
"gulp-clean-css": "2.3.2",
"gulp-connect": "5.0.0",
"gulp-environment": "1.5.1",
"gulp-eslint": "3.0.1",
"gulp-fontmin": "0.7.4",
"gulp-imagemin": "3.1.1",
"gulp-load-plugins": "1.4.0",
"gulp-newer": "1.3.0",
"gulp-noop": "1.0.0",
"gulp-sass": "2.3.2",
"gulp-sass-lint": "1.3.2",
"gulp-sourcemaps": "1.9.1",
"gulp-uglify": "2.0.0",
"opn": "4.0.2",
"require.all": "2.0.3",
"style-loader": "0.18.2",
"ts-loader": "2.3.2",
"tslint": "5.5.0",
"tslint-loader": "3.5.3",
"typescript": "2.4.2",
"vue-property-decorator": "5.2.1",
"vue-template-compiler": "2.4.2",
"vue-template-loader": "0.3.1",
"webpack": "3.5.5"
},
"dependencies": {
"inversify": "4.1.0",
"localforage": "1.5.0",
"normalize-scss": "6.0.0",
"reflect-metadata": "0.1.10",
"sierra-library": "^2.0.0",
"vue": "2.4.2",
"vue-router": "2.7.0",
"weather-icons": "1.3.2"
},
"description": "Boilerplate with Gulp + SASS and Vue + TypeScript",
"repository": "https://github.com/CKGrafico/Frontend-Boilerplates",
"author": "Quique Fdez Guerra @CKGrafico"
}