forked from chimpanzees/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.99 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
{
"name": "auth0-styleguide",
"version": "4.8.25",
"engines": {
"node": "^4.4.7"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/lock"
},
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"scripts": {
"start": "grunt build && serve --port ${PORT:-3000} ./build",
"dev": "gulp"
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"bump-version": "^0.5.0",
"component-playground": "^1.3.1",
"css-loader": "^0.24.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-airbnb-base": "^7.1.0",
"eslint-config-auth0": "^5.0.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.14.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-http": "^1.5.0",
"grunt-maxcdn": "https://github.com/siacomuzzi/grunt-maxcdn/tarball/0.0.1",
"grunt-s3": "~0.2.0-alpha.3",
"grunt-shell": "^0.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssmin": "^0.1.7",
"gulp-ejs": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-html-prettify": "0.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.2",
"gulp-mjml": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-server-livereload": "^1.7.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.3.1",
"jade": "^1.7.0",
"matchdep": "^0.3.0",
"mjml": "^3.0.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-loader-advanced": "^1.4.1",
"serve": "^1.4.0",
"style-loader": "^0.13.1",
"stylus": "~0.54.0",
"stylus-loader": "^2.3.1",
"webpack-stream": "^3.2.0"
}
}