-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.28 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "ideal-cli",
"version": "1.0.0-alpha.11",
"description": "Frontend cli, includes pack, dll, lint, hooks and so on",
"bin": {
"ideal-cli": "bin/index.js"
},
"scripts": {
"lint": "eslint {bin,config,webpack}/**/*.js",
"lint-fix": "npm run lint -- --fix",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack cli",
"development",
"production",
"library",
"Dll",
"hooks",
"lint",
"version"
],
"author": "TaylorPzreal <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "7.10.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
"@babel/plugin-proposal-function-sent": "7.10.4",
"@babel/plugin-proposal-json-strings": "7.10.4",
"@babel/plugin-proposal-numeric-separator": "7.10.4",
"@babel/plugin-proposal-throw-expressions": "7.10.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.4",
"@commitlint/cli": "9.0.1",
"@commitlint/config-conventional": "9.0.1",
"@commitlint/prompt": "9.1.1",
"@svgr/webpack": "5.4.0",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "0.3.6",
"babel-preset-react-app": "9.1.2",
"cache-loader": "4.1.0",
"commander": "5.1.0",
"css-loader": "3.6.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "7.4.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.7",
"file-loader": "6.0.0",
"glob": "7.1.6",
"html-webpack-plugin": "4.0.0-beta.14",
"husky": "4.2.5",
"jest": "26.1.0",
"less": "3.12.2",
"less-loader": "6.2.0",
"lint-staged": "10.2.11",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-loader": "3.0.0",
"postcss-normalize": "9.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2",
"prettier": "2.0.5",
"resolve-url-loader": "3.1.1",
"rimraf": "3.0.2",
"sass": "1.26.10",
"sass-loader": "9.0.2",
"standard-version": "8.0.1",
"style-loader": "1.2.1",
"terser-webpack-plugin": "3.0.6",
"typescript": "3.9.6",
"url-loader": "4.1.0",
"webpack": "4.43.0",
"webpack-bundle-analyzer": "3.8.0",
"webpack-dev-server": "3.11.0",
"webpack-manifest-plugin": "2.2.0",
"webpack-merge": "5.0.9"
},
"peerDependencies": {
"core-js": "^3",
"regenerator-runtime": "^0.13"
},
"engines": {
"node": "^8.5.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "[email protected]:TaylorPzreal/ideal-cli.git"
},
"homepage": "https://github.com/TaylorPzreal/ideal-cli#readme",
"bugs": {
"url": "https://github.com/TaylorPzreal/ideal-cli/issues"
}
}