This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
67 lines (67 loc) · 1.85 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
{
"name": "grommet-toolbox",
"version": "2.0.3",
"main": "lib/index.js",
"description": "Developer Environment for Grommet applications",
"authors": [
"Alan Souza",
"Bryan Jacquot",
"Chris Carlozzi",
"Eric Soderberg"
],
"homepage": "http://grommet.io",
"bugs": "https://github.com/grommet/grommet-toolbox/issues",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/grommet/grommet-toolbox.git"
},
"dependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^7.0.0",
"babel-jest": "^15.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"css-loader": "^0.25.0",
"deep-assign": "^2.0.0",
"del": "^2.2.0",
"eslint-plugin-react": "^6.2.1",
"file-loader": "^0.9.0",
"grommet-icon-loader": "^0.4.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-env": "^0.4.0",
"gulp-eslint": "^3.0.1",
"gulp-file": "^0.3.0",
"gulp-if": "^2.0.0",
"gulp-jest": "^2.0.0",
"gulp-open": "^2.0.0",
"gulp-rsync": "0.0.6",
"gulp-sass-lint": "^1.2.0",
"gulp-util": "^3.0.7",
"imports-loader": "^0.6.5",
"jest-cli": "^20.0.4",
"json-loader": "^0.5.4",
"mkdirp": "^0.5.1",
"node-sass": "^3.4.2",
"path-is-absolute": "^1.0.0",
"react-hot-loader": "^3.0.0-beta.6",
"rsync": "^0.5.0",
"run-sequence": "^1.1.5",
"sass-lint": "^1.8.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"tarball-extract": "^0.0.6",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0",
"yargs": "^5.0.0"
},
"scripts": {
"build": "node_modules/.bin/babel src --out-dir lib --copy-files --loose-mode"
}
}