-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.15 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@sodalife/react-bulletin",
"version": "0.2.1",
"description": "📢 Bulletin component for React",
"main": "lib/bulletin.js",
"files": [
"lib"
],
"scripts": {
"start": "cross-env NODE_ENV=development npm run build -- --watch",
"clean": "rm -rf ./lib",
"build": "rollup -c",
"storybook": "start-storybook -p 9001 -c storybook",
"prepublishOnly": "npm run build",
"docs": "rimraf ./docs && npm run build && build-storybook -c storybook -o ./docs",
"gh-pages": "npm run docs && gh-pages -d ./docs",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sodalife/react-bulletin.git"
},
"keywords": [
"react",
"component",
"bulletin",
"modal",
"alert",
"notification",
"notify"
],
"author": "yelo <zhihuzeye@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sodalife/react-bulletin/issues"
},
"homepage": "https://github.com/sodalife/react-bulletin#readme",
"peerDependencies": {
"prop-types": "^15.6.1",
"rc-animate": "^2.4.4",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.2",
"@storybook/addon-knobs": "^3.4.2",
"@storybook/addon-options": "^3.4.2",
"@storybook/react": "^3.4.2",
"auto-prefixer": "^0.4.2",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.1.4",
"cssnano": "^3.10.0",
"gh-pages": "^1.1.0",
"md": "^0.6.0",
"np": "^2.20.1",
"precss": "^3.1.2",
"prop-types": "^15.6.1",
"rc-animate": "^2.4.4",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"rollup": "^0.58.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-postcss": "^1.6.1",
"rollup-plugin-uglify": "^3.0.0",
"unfetch": "^3.0.0",
"xss": "^0.3.8"
},
"dependencies": {
"rimraf": "^2.6.2"
}
}