-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.62 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 2.62 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "wp-construct",
"version": "1.0.0",
"description": "WordPress and Genesis Framework boilerplate project.",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git@github.com:log-oscon/wp-construct.git"
},
"browser": {},
"browserify": {
"transform": [
"envify",
"babelify",
"browserify-shim",
"aliasify",
"browserify-data"
]
},
"aliasify": {
"aliases": {
"underscore": "lodash"
}
},
"ava": {
"files": [
"test/ava/**/*.js"
],
"verbose": true,
"require": [
"babel-core/register"
]
},
"browserify-shim": {
"jquery": "global:jQuery"
},
"devDependencies": {
"aliasify": "^2.0.0",
"autoprefixer": "^6.3.6",
"ava": "^0.14.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babel-register": "^6.16.3",
"babelify": "^7.3.0",
"browser-sync": "~2.12.8",
"browserify": "^13.0.1",
"browserify-data": "^0.2.0",
"browserify-hmr": "^0.4.0",
"browserify-shim": "~3.8.12",
"cssnano": "^3.6.2",
"del": "^2.2.0",
"envify": "^3.4.0",
"eslint": "^2.10.2",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.1.1",
"findup-node-modules": "^0.1.1",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-ava": "^0.11.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-font2css": "^0.1.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-phpunit": "^0.14.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^4.0.2",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-unretina": "^0.1.3",
"gulp-util": "^3.0.7",
"gulp-wp-pot": "^1.3.2",
"has-flag": "^2.0.0",
"modularized-normalize-scss": "^4.0.0",
"pixrem": "^3.0.1",
"postcss-reporter": "^1.3.3",
"postcss-scss": "^0.1.8",
"pretty-hrtime": "~1.0.2",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"require-dir": "^0.3.0",
"sinon": "^1.17.4",
"stylelint": "^6.5.1",
"stylelint-scss": "^1.0.0",
"susy": "^2.2.12",
"uglifyify": "^3.0.1",
"vinyl": "^1.1.1",
"vinyl-source-stream": "~1.1.0",
"watchify": "~3.7.0"
},
"dependencies": {}
}