-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.14 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
{
"name": "authoring-modules-in-node",
"version": "0.0.0",
"repository": "[email protected]:manuelbieh/authoring-modules-in-node.git",
"author": "Manuel Bieh <[email protected]> (https://www.manuelbieh.de/)",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-typescript": "^7.7.4",
"@typescript-eslint/eslint-plugin": "2.6.1",
"@typescript-eslint/parser": "2.6.1",
"@werkzeugkiste/eslint-config": "1.0.3",
"@werkzeugkiste/prettier-config": "^1.0.1",
"@werkzeugkiste/tsconfig": "^1.0.0-alpha.0",
"babel-eslint": "10.0.3",
"confusing-browser-globals": "1.0.9",
"eslint": "6.6.0",
"eslint-config-prettier": "6.5.0",
"eslint-import-resolver-typescript": "2.0.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "2.2.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-unicorn": "12.1.0",
"lerna": "^3.19.0",
"prettier": "^1.19.1",
"typescript": "^3.7.3"
}
}