-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
{
"name": "@ignition-space/ig-plugin-eslint",
"version": "1.0.1",
"description": "Command line interface tools",
"main": "lib/index.js",
"bin": {
"fe-eslint": "lib/bin/index.js"
},
"scripts": {
"build": "tsc"
},
"author": "CookieBoty",
"license": "ISC",
"devDependencies": {
"@types/eslint": "^7.2.13",
"@types/inquirer": "^7.3.3",
"@types/module-alias": "^2.0.1",
"@types/node": "^16.0.0",
"@types/request": "^2.48.6",
"@types/webpack-dev-server": "^3.11.5",
"typescript": "5.1.6"
},
"_moduleAliases": {
"@": "lib"
},
"dependencies": {
"@rollup/plugin-image": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"commander": "^8.1.0",
"chalk": "^4.0.0",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"inquirer": "^8.1.2",
"less-loader": "^10.0.1",
"mini-css-extract-plugin": "^2.1.0",
"module-alias": "^2.2.2",
"ora": "^6.0.0",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.1",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^6.7.0",
"qs": "^6.10.1",
"request": "^2.88.2",
"rxjs": "^7.3.0",
"standard": "^16.0.3",
"style-loader": "^3.0.0",
"tslib": "^2.3.0",
"url": "^0.11.0",
"url-loader": "^4.1.1"
}
}