-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
62 lines (62 loc) · 1.92 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
{
"name": "react-linear-gradient-picker",
"version": "3.0.1",
"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",
"prepublishOnly": "npm run build && npm run deploy-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/odedglas/react-linear-gradient-picker"
},
"keywords": [
"gradient-picker",
"linear-gradient",
"svg"
],
"author": "Oded Goldglas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/odedglas/react-linear-gradient-picker/issues"
},
"homepage": "https://github.com/odedglas/react-linear-gradient-picker#readme",
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/preset-react": "^7.17.0",
"@storybook/addon-essentials": "^6.4.0",
"@storybook/addon-links": "^6.4.0",
"@storybook/builder-webpack5": "^6.4.0",
"@storybook/cli": "^6.4.0",
"@storybook/manager-webpack5": "^6.4.0",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.0",
"@storybook/storybook-deployer": "^2.8.1",
"babel-loader": "^8.2.5",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"eslint": "^8.16.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"mini-css-extract-plugin": "^2.6.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": "^1.52.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.0.0",
"svg-url-loader": "^3.0.2",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}