-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "rinse-react",
"version": "4.0.0",
"description": "Rinse, React, repeat. A React component library boilerplate.",
"main": "dist/rinse.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"storybook": "start-storybook -p 9001",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cwlsn/rinse-react.git"
},
"keywords": [
"boilerplate",
"react",
"shared",
"components",
"components"
],
"author": "Connor Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/cwlsn/rinse-react/issues"
},
"homepage": "https://github.com/cwlsn/rinse-react#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^4.0.0-alpha.20",
"@storybook/react": "^4.1.18",
"@tulipjs/eslint-config": "^1.1.1",
"babel-loader": "^8.0.1",
"css-loader": "^1.0.0",
"docz": "^1.2.0",
"docz-theme-default": "^1.2.0",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
},
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.1"
}
}