forked from fourkitchens/emulsify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·73 lines (73 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·73 lines (73 loc) · 2.37 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
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
{
"name": "emulsify",
"description": "Project template for Drupal 8 themes",
"version": "1.0.0",
"dependencies": {
"lodash": "^4.17.4",
"jquery": "^2.2.0",
"velocity-animate": "^1.5.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-without-strict": "0.0.4",
"breakpoint-sass": "^2.7.0",
"browser-sync": "^2.11.0",
"del": "^2.2.0",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-gzip": "^1.4.0",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sass-glob": "^1.0.6",
"gulp-sass-lint": "^1.1.1",
"gulp-sizereport": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-spawn": "^0.3.0",
"gulp-svg-sprite": "^1.3.1",
"gulp-svgstore": "^6.1.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.5.1",
"js-yaml": "^3.7.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"minimist": "~1.1.1",
"ngrok": "^2.2.6",
"node-normalize-scss": "^1.3.1",
"node-notifier": "^4.6.0",
"psi": "^2.0.4",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"sass-toolkit": "^2.10.2",
"sassdoc": "^2.1.20",
"singularitygs": "^1.7.0",
"sync-exec": "^0.6.2",
"webpagetest": "^0.3.4",
"yaml-merge": "git://github.com/incuna/node-yaml-merge.git#0.0.2"
},
"scripts": {
"start": "gulp",
"init": "npm i -g yarn gulp && yarn install && echo \"module.exports = { };\" > local.gulp-config.js && npm run refreshPL && gulp build",
"refreshPL": "rm -rf pattern-lab && composer create-project -n pattern-lab/edition-twig-standard pattern-lab && rm -rf pattern-lab/source && ln -s ../components pattern-lab/source && composer require -d ./pattern-lab aleksip/plugin-data-transform && gulp pl:config"
}
}