-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "glamorous_sample",
"version": "0.1.0",
"description": "Sample glamorous component with Storybook",
"scripts": {
"start": "start-storybook -p 9009",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"deploy": "storybook-to-ghpages"
},
"main": "index.js",
"author": "UsulPro",
"license": "MIT",
"private": false,
"dependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"glamor": "^2.20.40",
"glamorous": "^4.11.0",
"prettier": "^1.9.2",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.18",
"@storybook/addon-console": "^1.0.0",
"@storybook/addon-info": "^3.2.17",
"@storybook/addon-options": "^3.2.18",
"@storybook/addons": "^3.2.18",
"@storybook/react": "^3.2.17",
"@storybook/storybook-deployer": "^2.2.0"
}
}