-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
147 lines (147 loc) · 5.56 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"author": {
"email": "[email protected]",
"name": "Gajus Kuizinas",
"url": "http://gajus.com"
},
"bin": "./dist/bin/index.js",
"bundledDependencies": [
"babel-plugin-add-module-exports",
"babel-plugin-check-es2015-constants",
"babel-plugin-lodash-modularize",
"babel-plugin-transform-class-properties",
"babel-plugin-transform-es2015-arrow-functions",
"babel-plugin-transform-es2015-block-scoped-functions",
"babel-plugin-transform-es2015-block-scoping",
"babel-plugin-transform-es2015-classes",
"babel-plugin-transform-es2015-computed-properties",
"babel-plugin-transform-es2015-destructuring",
"babel-plugin-transform-es2015-for-of",
"babel-plugin-transform-es2015-function-name",
"babel-plugin-transform-es2015-literals",
"babel-plugin-transform-es2015-modules-commonjs",
"babel-plugin-transform-es2015-object-super",
"babel-plugin-transform-es2015-parameters",
"babel-plugin-transform-es2015-shorthand-properties",
"babel-plugin-transform-es2015-spread",
"babel-plugin-transform-es2015-sticky-regex",
"babel-plugin-transform-es2015-template-literals",
"babel-plugin-transform-es2015-typeof-symbol",
"babel-plugin-transform-es2015-unicode-regex",
"babel-plugin-transform-object-set-prototype-of-to-assign",
"babel-plugin-transform-proto-to-assign",
"babel-plugin-transform-regenerator",
"babel-plugin-transform-strict-mode",
"babel-plugin-typecheck",
"babel-preset-react",
"babel-preset-stage-0",
"bluebird",
"chalk",
"csscomb",
"del",
"fancy-log",
"globby",
"gulp",
"gulp-babel",
"gulp-babel2",
"gulp-mocha",
"gulp-plumber",
"gulp-sourcemaps",
"lodash",
"pretty-hrtime",
"prettyjson",
"run-sequence",
"source-map-support",
"stack-trace",
"yargs"
],
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-check-es2015-constants": "^6.8.0",
"babel-plugin-lodash-modularize": "^0.3.2",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.8.0",
"babel-plugin-transform-es2015-classes": "^6.8.0",
"babel-plugin-transform-es2015-computed-properties": "^6.8.0",
"babel-plugin-transform-es2015-destructuring": "^6.8.0",
"babel-plugin-transform-es2015-for-of": "^6.8.0",
"babel-plugin-transform-es2015-function-name": "^6.8.0",
"babel-plugin-transform-es2015-literals": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-plugin-transform-es2015-object-super": "^6.8.0",
"babel-plugin-transform-es2015-parameters": "^6.8.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-es2015-sticky-regex": "^6.8.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.8.0",
"babel-plugin-transform-object-set-prototype-of-to-assign": "^6.8.0",
"babel-plugin-transform-proto-to-assign": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.8.0",
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.3.5",
"canonical": "^3.2.1",
"chalk": "^1.1.3",
"chokidar": "^1.5.0",
"csscomb": "^3.1.8",
"del": "^2.2.0",
"fancy-log": "^1.2.0",
"globby": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-babel2": "^6.1.5",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"lodash": "^4.12.0",
"node-notifier": "^4.5.0",
"pretty-hrtime": "^1.0.2",
"prettyjson": "^1.1.3",
"run-sequence": "^1.1.5",
"source-map-support": "^0.4.0",
"stack-trace": "^0.0.9",
"yargs": "^4.7.0"
},
"description": "A collection of tasks to standardize builds.",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"bundle-dependencies": "^1.0.2",
"canonical": "^3.2.1",
"create-index": "^0.1.3",
"jsonlint": "^1.6.2"
},
"keywords": [
"gulp",
"linter",
"test",
"javascript",
"css",
"scss"
],
"license": "BSD-3-Clause",
"main": "./dist",
"name": "pragmatist",
"repository": {
"type": "git",
"url": "https://github.com/gajus/pragmatist"
},
"scripts": {
"build": "rm -fr ./dist; cp -r ./src ./dist; babel --presets es2015,stage-0 ./src --out-dir ./dist --source-maps",
"bundle-dependencies": "bundle-dependencies",
"bundle-publish": "bundle-dependencies update --exclude canonical chokidar node-notifier; git commit -m 'Bundled dependencies.' ./package.json; git push; BUNDLED_DEPENDENCIES=$(bundle-dependencies list-bundled-dependencies); rm -fr ./node_modules; npm install --silent --production $BUNDLED_DEPENDENCIES; npm dedupe; npm prune; npm publish; npm install --silent;",
"create-index": "create-index ./src --update-index",
"format-json": "jsonlint --sort-keys --in-place --indent ' '",
"format-json-config": "npm run format-json ./package.json; npm run format-json ./src/babelrc.json",
"lint": "canonical lint ./src/",
"watch-build": "npm run build; babel --presets es2015,stage-0 --watch ./src --out-dir ./dist --source-maps"
},
"version": "3.0.24"
}