-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "aqua",
"version": "0.0.1",
"description": "React Accessible HTML Components",
"main": "index.js",
"scripts": {
"eslint:prettier:format": "prettier-eslint \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 9009 -c .storybook"
},
"repository": {
"type": "git",
"url": "[email protected]/ncubica/aqua.git"
},
"author": "nahum zsilva",
"license": "MIT",
"dependencies": {
"@storybook/react": "^v4.0.0-alpha.4",
"babel-preset-stage-0": "^6.24.1",
"glamorous": "^4.11.4",
"prop-types": "^15.6.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"style-loader": "^0.21.0",
"yaml-loader": "^0.5.0"
},
"devDependencies": {
"@storybook/addon-options": "^3.4.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-array-includes": "^2.0.3",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}