-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "wclisboa-2017",
"version": "1.0.0",
"description": "WordPress theme for WordCamp Lisboa 2017.",
"license": "ISC",
"repository": {
"type": "git",
"url": "[email protected]:wp-portugal/wclx17.git"
},
"author": [
{
"name": "Sérgio Santos",
"email": "[email protected]",
"homepage": "http://s3rgiosan.com"
},
{
"name": "WordPress Portugal",
"email": "[email protected]",
"homepage": "http://wp-portugal.com"
}
],
"devDependencies": {
"autoprefixer": "^6.7.5",
"babel-core": "^6.23.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-3": "^6.22.0",
"browser-sync": "^2.18.8",
"cssnano": "^3.10.0",
"del": "^2.2.2",
"findup-node-modules": "^0.1.1",
"gulp": "^3.9.1",
"gulp-filter": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.3.0",
"gulp-sass": "^3.1.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-unretina": "^0.1.3",
"has-flag": "^2.0.0",
"pixrem": "^3.0.2",
"postcss-reporter": "^3.0.0",
"postcss-scss": "^0.4.1",
"require-dir": "^0.3.1",
"stylelint": "^7.9.0",
"stylelint-order": "^0.3.0",
"stylelint-scss": "^1.4.3"
},
"dependencies": {},
"scripts": {
"build": "gulp build"
}
}