-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
70 lines (70 loc) · 1.98 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "select2-component",
"private": true,
"description": "A vuejs and reactjs select component.",
"scripts": {
"build": "clean-scripts build",
"dev": "cross-env NODE_ENV=development clean-scripts build",
"lint": "clean-scripts lint.ts",
"fix": "clean-scripts fix",
"test": "clean-scripts test",
"watch": "clean-scripts watch",
"release": "clean-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plantain-00/select2-component.git"
},
"author": "York Yao",
"license": "MIT",
"bugs": {
"url": "https://github.com/plantain-00/select2-component/issues"
},
"typeCoverage": {
"atLeast": 89
},
"homepage": "https://github.com/plantain-00/select2-component#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"autoprefixer": "10.3.4",
"clean-css-cli": "5.3.3",
"clean-release": "2.15.2",
"clean-scripts": "1.20.1",
"cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-plantain": "1.1.0",
"file2variable-cli": "2.0.1",
"github-fork-ribbon-css": "0.2.3",
"http-server": "13.0.1",
"less": "4.0.0",
"markdownlint-cli": "0.28.1",
"no-unused-export": "1.14.2",
"postcss": "8.3.6",
"postcss-cli": "8.3.1",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"rollup": "2.56.3",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.13.1",
"stylelint-config-standard": "22.0.0",
"ts-loader": "9.2.5",
"ts-node": "10.2.1",
"tsconfig-plantain": "0.0.2",
"type-coverage": "2.18.2",
"typescript": "4.4.3",
"watch-then-execute": "1.2.0",
"webpack": "5.52.1",
"webpack-cli": "4.8.0"
},
"workspaces": [
"packages/*"
],
"dependencies": {}
}