-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "html-color-picker",
"version": "1.0.0",
"description": "HTML Color Picker",
"main": "main.js",
"scripts": {
"setup": "npm ci",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dli7319/html-color-picker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dli7319/html-color-picker/issues"
},
"homepage": "https://github.com/dli7319/html-color-picker#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/clamp": "^1.0.1",
"@types/color-convert": "^2.0.0",
"@types/react": "^18.0.28",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.11",
"babel-loader": "^9.1.2",
"bootstrap": "^5.1.3",
"clamp": "^1.0.1",
"color-convert": "^2.0.1",
"css-loader": "^6.7.3",
"lerp": "^1.0.3",
"preact": "^10.12.1",
"react-bootstrap": "^2.7.2",
"react-copy-to-clipboard": "^5.1.0",
"react-refresh": "^0.14.0",
"style-loader": "^3.3.1",
"typescript": "^4.9.5",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.11.1"
}
}