forked from odedglas/react-linear-gradient-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.57 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": "@ispeco/react-linear-gradient-picker",
"version": "1.0.6",
"description": "React linear gradient picker",
"main": "dist/index.js",
"scripts": {
"storybook": "start-storybook -p 7006",
"lint": "eslint .",
"build": "webpack --config ./webpack.config.js",
"deploy-storybook": "storybook-to-ghpages",
"build:publish": "npm run build && npm publish"
},
"keywords": [
"gradient-picker",
"linear-gradient",
"svg"
],
"author": "SuperMap_FV",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addons": "^5.2.1",
"@storybook/react": "^5.2.1",
"@storybook/storybook-deployer": "^2.8.1",
"babel-loader": "^8.0.6",
"classnames": "^2.2.6",
"css-loader": "^3.2.0",
"eslint": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"rc-color-picker": "^1.1.5",
"react": "^16.9.0",
"react-color": "^2.12.0",
"react-dom": "^16.9.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"svg-url-loader": "^3.0.2",
"terser-webpack-plugin": "^2.1.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"linear-gradient-parser": "^1.1.7"
}
}