-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.31 KB
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": "@bluebase/code-standards",
"version": "1.0.3",
"description": "A collection of coding standards used for BlueBase projects",
"main": "index.js",
"scripts": {
"test": "exit 0",
"lint:ts": "eslint --ext=jsx,ts,tsx src"
},
"repository": "https://github.com/BlueBaseJS/code-standards",
"author": "BlueEast Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/BlueBaseJS/code-standards/issues"
},
"homepage": "https://github.com/BlueBaseJS/code-standards#readme",
"dependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.12",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^10.0.6",
"@semantic-release/release-notes-generator": "^11.0.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"axios": "^0.19.2",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import-newlines": "^1.1.8",
"eslint-plugin-import-order-alphabetical": "^1.0.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-unused-imports": "^1.1.5",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^2.4.1",
"react": "^18.2.0",
"replace-in-file": "^6.3.2",
"semver": "^6.3.0",
"tslint": "5.11.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^5.1.3"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/semver": "^6.0.2",
"expo": "^49.0.9"
},
"peerDependencies": {
"babel-preset-expo": "9.5.2",
"expo": "^49.0.9",
"jest-expo": "^49.0.0"
}
}