-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "gulp-suck-less",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "run-s compile build",
"build": "gulp build",
"test": "gulp ava",
"compile": "gulp babel",
"release": "run-s compile test build lerna:publish",
"flow": "flow check --lib ./declarations/; test $? -eq 0 -o $? -eq 2",
"lint:fix": "eslint ./build/** ./packages/*/src/** ./packages/*/test/** gulpfile.babel.js --fix",
"lerna:bootstrap": "lerna bootstrap",
"lerna:init": "lerna init",
"lerna:publish": "lerna publish --repo-version $LERNA_VERSION --yes",
"lerna:updated": "lerna updated",
"lerna:diff": "lerna diff",
"lerna:run": "lerna run",
"lerna:ls": "lerna ls",
"lerna:help": "lerna --help"
},
"author": "",
"license": "ISC",
"ava": {
"babel": "inherit"
},
"devDependencies": {
"assemble-core": "^0.26.0",
"assemble-loader": "^0.6.1",
"async": "^2.0.1",
"ava": "^0.16.0",
"babel-eslint": "^5.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015-node6": "^0.3.0",
"babel-preset-es2017": "^6.14.0",
"babel-register": "^6.11.6",
"base-watch": "^0.1.3",
"boiler-config-eslint": "^3.3.1",
"browser-sync": "^2.14.0",
"consolidate": "^0.14.1",
"cors": "^2.8.0",
"coveralls": "^2.11.12",
"css-loader": "^0.24.0",
"del": "^2.2.2",
"eslint": "^3.4.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.5.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"estraverse-fb": "^1.3.1",
"expose-loader": "^0.7.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"file-loader": "^0.9.0",
"flow": "^0.2.3",
"flow-reporter": "^0.1.0",
"fs-extra": "^0.30.0",
"globby": "^6.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-flowtype": "^1.0.0",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-newer": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.7",
"hooker": "^0.2.3",
"js-cookie": "^2.1.2",
"json-loader": "^0.5.4",
"kind-of": "^3.0.4",
"lerna": "2.0.0-beta.26",
"lodash": "^4.15.0",
"merge-deep": "^3.0.0",
"node-sass": "^3.8.0",
"npm-run-all": "^3.1.0",
"nunjucks": "^2.4.2",
"nyc": "^8.1.0",
"parser-front-matter": "^1.6.2",
"postcss-loader": "^0.11.0",
"sass-loader": "^4.0.0",
"sinon": "^1.17.5",
"sri-stats-webpack-plugin": "^0.7.3",
"style-loader": "^0.13.1",
"vinyl-file": "^2.0.0",
"webpack": "^2.1.0-beta.21",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2",
"webpack-isomorphic-tools": "^2.5.7"
}
}