forked from simonwep/pickr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "@simonwep/pickr",
"version": "1.0.0",
"license": "MIT",
"author": "Simon Reinisch <[email protected]>",
"description": "Flat, Simple, Hackable Color-Picker.",
"keywords": [
"ux",
"color",
"color-picker"
],
"main": "./dist/pickr.min.js",
"scripts": {
"build": "node ./scripts/build.js",
"dev": "webpack-dev-server --mode development",
"lint": "eslint ./src"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.1.0",
"webpack": "^4.33.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1",
"webpack-fix-style-only-entries": "^0.3.0"
},
"homepage": "https://github.com/Simonwep/pickr#readme",
"repository": {
"type": "git",
"url": "https://github.com/Simonwep/pickr.git"
},
"bugs": {
"url": "https://github.com/Simonwep/pickr/issues"
}
}