forked from pluralsh/absinthe-socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.67 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
{
"name": "@framasoft/absinthe-socket",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint --rule 'flowtype-errors/show-errors: error'"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-transform-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-flow": "^7.23.3",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@commitlint/config-lerna-scopes": "^18.4.0",
"@commitlint/prompt-cli": "^18.4.1",
"@babel/eslint-parser": "^7.23.3",
"doctoc": "^2.2.1",
"documentation": "^14.0.2",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-flowtype-errors": "^4.5.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"flow-bin": "^0.221.0",
"flow-copy-source": "^2.0.9",
"flow-typed": "^3.9.0",
"globby": "^14.0.0",
"husky": "^8.0.3",
"lerna": "^6.6.2",
"lint-staged": "^15.1.0",
"change-case": "^5.1.2",
"pkg-to-readme": "^2.0.0",
"prettier": "^3.1.0",
"rollup": "^4.4.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"nx": "16.3.2",
"nx-cloud": "16.0.5",
"@nrwl/workspace": "^17.1.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release-plus": "20.0.0"
},
"dependencies": {
"phoenix": "^1.7.10"
}
}