This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.58 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
{
"name": "@toba/develop",
"description": "Toba TypeScript and Style Configurations",
"version": "6.8.4",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "index.js",
"author": {
"name": "Jason Abbott"
},
"license": "MIT",
"files": [
"style",
".eslintrc",
"prettier",
"index.js",
"index.d.ts",
"tsconfig.cjs.json",
"tsconfig.cjs-min.json",
"tsconfig.electron.json",
"tsconfig.esm.json",
"tsconfig.pkg.json",
"tsconfig.stencil.json",
"tsconfig.test.json"
],
"keywords": [
"lint",
"eslint",
"config",
"typescript",
"linter",
"stylelint",
"stylelint-plugin"
],
"scripts": {
"prepublishOnly": "tsc",
"test": "jest --coverage"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-react": "^7.20.6",
"prettier": "^2.1.2",
"stylelint": "^13.7.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"typescript": "^4.0.0"
},
"devDependencies": {
"@types/eslint": "^7.2.2",
"@types/node": "^14.11.0",
"@types/prettier": "^2.1.1",
"@types/stylelint": "^9.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/toba/develop"
}
}