-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.71 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
{
"name": "proponents",
"version": "1.2.1",
"description": "Beautifully designed components",
"main": "dist/index.js",
"repository": "https://github.com/narulakeshav/proponents.git",
"author": "narulakeshav <narulakeshav13@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "yarn storybook",
"build": "webpack --mode production",
"flow": "flow",
"transpile": "babel src -d dist --copy-files",
"prepublish": "npm run transpile",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@storybook/addon-actions": "^3.4.11",
"@storybook/react": "^3.4.11",
"babel-plugin-styled-components": "^1.8.0",
"eslint-plugin-flowtype": "^2.50.3",
"flow-bin": "^0.83.0",
"json-loader": "^0.5.7",
"material-icons": "^0.2.3",
"prism-react-renderer": "^0.1.4",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-hot-loader": "^4.3.11",
"react-router-dom": "^4.3.1",
"styled-components": "^3.4.10",
"webpack": "^4.20.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "npm:@babel/core",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"url-loader": "^1.1.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
}
}