-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.23 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": "color-picker",
"version": "1.0.0",
"description": "颜色选择器",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env=production --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S-mohan/color-picker.git"
},
"keywords": [
"color",
"picker",
"palette",
"颜色",
"选择器"
],
"author": "smohan <https://smohan.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/S-mohan/color-picker/issues"
},
"homepage": "https://github.com/S-mohan/color-picker#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/node": "^12.6.9",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.1.0",
"cssnano": "^4.1.10",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"serialize-javascript": ">=2.1.1"
},
"sideEffects": [
"*.css",
"*.scss"
]
}