forked from colmtuite/styleguide-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.02 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
{
"name": "marvel-styleguide",
"version": "1.1.12",
"description": "Base styling for Marvel products",
"main": "eyeglass-exports.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"build:css": "gulp build:css",
"build:site": "gulp build:site",
"watch:css": "gulp watch:css",
"watch:site": "gulp watch:site",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marvelapp/styleguide.git"
},
"author": "Marvel",
"homepage": "http://marvelapp.github.io/styleguide/",
"bugs": {
"url": "https://github.com/marvelapp/styleguide/issues"
},
"dependencies": {
"history": "^2.1.1",
"react-highlight": "^0.8.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.0-beta.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-root-import": "^3.2.2",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"eslint": "^2.6.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.2.3",
"eyeglass": "^0.8.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-util": "^3.0.7",
"nodemon": "^1.9.1",
"postcss-loader": "^0.8.2",
"react": "^0.14.8",
"react-clipboard.js": "^0.1.7",
"react-dom": "^0.14.8",
"react-hot-loader": "^1.3.0",
"react-router": "^2.0.1",
"sass-loader": "^3.2.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"yargs": "^4.3.2"
},
"keywords": [
"eyeglass-module",
"sass",
"marvel",
"styleguide"
],
"eyeglass": {
"name": "marvel-styleguide",
"sassDir": "src/sass",
"exports": "eyeglass-exports.js",
"needs": "^0.8.0"
}
}