-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "wechat-colorpicker",
"version": "1.0.2",
"description": "weui colorpicker ",
"main": "dist/main.js",
"scripts": {
"test": "jest --config ./__test__/jest.conf.js",
"dev": "webpack -w",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MeCKodo/wechat-colorpicker.git"
},
"keywords": [
"typescript",
"colorpicker",
"weui"
],
"author": "二哲",
"license": "MIT",
"bugs": {
"url": "https://github.com/MeCKodo/wechat-colorpicker/issues"
},
"homepage": "https://github.com/MeCKodo/wechat-colorpicker#readme",
"dependencies": {
"tinycolor2": "^1.4.1",
"webpack": "^3.6.0"
},
"devDependencies": {
"@types/jest": "^21.1.8",
"awesome-typescript-loader": "^3.4.1",
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.7",
"jest": "^21.2.1",
"jest-css-modules": "^1.1.0",
"jest-localstorage-mock": "^2.1.0",
"jquery": "^3.2.1",
"style-loader": "^0.19.0",
"ts-jest": "^21.2.4",
"tslint": "^5.8.0",
"tslint-config-airbnb": "^5.4.2",
"tslint-loader": "^3.5.3",
"typescript": "^2.6.2"
}
}