forked from dietergeerts/fabricator-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.01 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
{
"name": "fabricator-builder",
"version": "4.0.0",
"description": "A tool for building website UI toolkits",
"homepage": "https://github.com/dietergeerts/fabricator-builder",
"main": "./index.js",
"scripts": {
"prestart": "npm install",
"start": "gulp --dev",
"prebuild": "npm install",
"build": "gulp",
"test": "npm run build && npm run build -- --ts",
"preversion": "npm run test",
"postversion": "git push && git push --tags"
},
"keywords": [
"toolkit",
"styleguide",
"framework",
"scaffold",
"patterns",
"library"
],
"author": "Dieter Geerts <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dietergeerts/fabricator.git"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"dependencies": {
"babel-core": "6.9.1",
"babel-loader": "6.2.4",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-2": "6.5.0",
"browser-sync": "2.13.0",
"del": "2.2.1",
"fabricator-assemble": "1.1.12",
"gulp": "3.9.1",
"gulp-autoprefixer": "2.2.0",
"gulp-concat": "2.6.0",
"gulp-csso": "2.0.0",
"gulp-each": "0.2.0",
"gulp-filter": "5.0.0",
"gulp-if": "2.0.1",
"gulp-jscs": "4.0.0",
"gulp-jshint": "2.0.1",
"gulp-postcss": "6.2.0",
"gulp-replace-task": "0.11.0",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-svgmin": "1.2.3",
"gulp-tslint": "7.0.1",
"gulp-typescript": "3.1.4",
"gulp-uglify": "1.5.4",
"gulp-util": "3.0.7",
"handlebars": "4.0.5",
"handlebars-helpers": "0.7.5",
"imports-loader": "0.6.5",
"jshint": "2.9.2",
"jshint-practical": "0.1.0",
"lodash": "4.13.1",
"merge2": "1.0.2",
"postcss-flexbugs-fixes": "2.1.0",
"script-loader": "0.7.0",
"ts-loader": "1.3.3",
"tslint": "4.3.1",
"typescript": "2.1.5",
"webpack": "1.13.1",
"webpack-stream": "3.2.0"
},
"devDependencies": {
"gulp-ng-annotate": "2.0.0"
}
}