-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.82 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "app-vue",
"description": "Stable version of a basic SPA example with SCSS, Vue and TypeScript.",
"license": "MIT",
"version": "2.3.5",
"scripts": {
"test": "mocha-webpack",
"preprod": "gulp --env=production",
"prod": "webpack --env.NODE_ENV=production",
"postprod": "rimraf ./dist/css/scripts",
"local": "gulp --env=local",
"postlocal": "webpack --env.NODE_ENV=local",
"dev": "npm run local",
"postdev": "concurrently \"gulp watcher --env=local\" \"webpack --env.NODE_ENV=local --watch\" --names \"🥛,📦\" --prefix name --kill-others",
"tree": "tree -l 5 -a --ignore 'node_modules,/, .git/, .temp/, dist/, .DS_Store'"
},
"dependencies": {
"inversify": "^4.11.1",
"kuduscript": "^1.0.17",
"localforage": "^1.6.0",
"normalize-scss": "^7.0.1",
"reflect-metadata": "^0.1.12",
"sierra-library": "^2.0.0",
"vue": "^2.5.15",
"vue-i18n": "^7.5.0",
"vue-router": "^3.0.1",
"weather-icons": "^1.3.2"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.7",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"glob-fs": "^0.1.7",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-connect": "^5.5.0",
"gulp-environment": "^1.5.2",
"gulp-fontmin": "^0.7.4",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-noop": "^1.0.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-style-aliases": "^1.1.11",
"gulp-stylelint": "^7.0.0",
"gulp-uglify": "^3.0.0",
"jsdom": "^11.6.2",
"jsdom-global": "^3.0.2",
"merge2": "^1.2.2",
"mocha": "^5.0.4",
"mocha-webpack": "^1.0.1",
"opn": "^5.2.0",
"require.all": "^2.0.4",
"stylelint": "^9.1.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-processor-html": "^1.0.0",
"stylelint-scss": "^2.5.0",
"stylelint-webpack-plugin": "^0.10.3",
"through2": "^2.0.3",
"ts-loader": "^3.5.0",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.7.2",
"uglifyjs-webpack-plugin": "^1.2.5",
"vue-loader": "^14.2.1",
"vue-property-decorator": "^6.0.0",
"vue-template-compiler": "^2.5.15",
"webpack": "^3.10.0"
},
"repository": "https://github.com/CKGrafico/Frontend-Boilerplates#frontend-boilerplates",
"author": "https://github.com/CKGrafico/Frontend-Boilerplates#-contributors"
}