This repository was archived by the owner on Jul 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.86 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.86 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "junction",
"version": "1.0.0",
"scripts": {
"start": "start-storybook -p 3000",
"build": "build-storybook -s src -o docs",
"lint": "eslint 'src/**/*.js*'"
},
"config": {
"ghooks": {
"pre-commit": "npm run lint"
}
},
"dependencies": {
"@kadira/react-storybook-addon-info": "^3.2.4",
"@kadira/react-storybook-decorator-centered": "^1.0.0",
"@kadira/storybook": "^2.24.1",
"@kadira/storybook-addon-actions": "^1.1.1",
"@kadira/storybook-addon-links": "^1.0.1",
"@kadira/storybook-addon-options": "^1.0.1",
"@kadira/storybook-deployer": "^1.2.0",
"@kadira/storybook-ui": "^3.6.3",
"lodash": "^4.15.0",
"node-sass": "^3.8.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-storybook-addon-backgrounds": "0.0.7",
"storybook-readme": "^1.1.0",
"stylestats": "^6.3.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^7.0.0",
"babel-jest": "^14.1.0",
"babel-loader": "^6.2.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-css-modules-transform": "^0.1.1",
"babel-plugin-react-remove-prop-types": "^2.0.2",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-dead-code-elimination": "^2.0.2",
"babel-plugin-transform-decorators": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-router-optimize": "^1.0.1",
"babel-preset-decorators-legacy": "^1.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-native": "^1.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-traverse": "6.11.4",
"cheerio": "^0.20.0",
"css-loader": "^0.25.0",
"enzyme": "^2.4.1",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"expect": "^1.20.2",
"ghooks": "^1.3.2",
"githooks": "^1.1.1",
"jsdom": "^9.4.2",
"json-loader": "^0.5.4",
"node-sass": "^3.8.0",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.3.1",
"react-scripts": "0.2.1",
"react-storybook-addon-add-stories-group": "^0.1.0",
"react-storybook-decorator-background": "^1.0.3",
"react-transform-catch-errors": "^1.0.1",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"sass-lint": "^1.9.0",
"sass-loader": "^4.0.0",
"sass-variable-loader": "0.0.4",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"tslint": "^3.15.1",
"typescript": "^1.8.10"
}
}