-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "wordzzz",
"version": "1.0.0",
"description": "Hello Word - Browser Extension, Web & Mobile app",
"author": "Aleksandr Konovalov",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"babel-loader": "^8.2.2",
"concurrently": "^5.3.0",
"core-js": "^3.8.2",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"rimraf": "^2.7.1",
"typescript": "^4.1.3"
},
"workspaces": [
"packages/**"
],
"scripts": {
"build": "lerna run build",
"dev": "lerna run dev",
"lint": "eslint .",
"check-types": "lerna run check-types"
}
}