-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.89 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": "react-gpickr",
"version": "0.2.1",
"license": "MIT",
"author": "Chris Peyer <[email protected]>, Simon Reinisch <[email protected]>",
"description": "A React Gradient Creator / Picker",
"repository": {
"type": "git",
"url": "https://github.com/chrischrischris/react-gpickr.git"
},
"keywords": [],
"main": "./dist/GradientPicker.min.js",
"scripts": {
"build": "NODE_ENV=production webpack --mode production",
"dev": "webpack --mode development",
"lint": "eslint --ext .jsx,.js ./src",
"prepublishOnly": "npm run build",
"pretty": "prettier --write \"src/**/*.{js,jsx}\"",
"watch": "webpack-dev-server --mode development"
},
"dependencies": {
"@simonwep/pickr": "^1.6.0"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.9.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-react": "^7.19.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^2.0.5",
"sass-loader": "^8.0.0",
"sassyfication": "^0.2.0",
"webpack": "^4.41.2",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-fix-style-only-entries": "^0.4.0"
}
}