-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "root",
"private": true,
"scripts": {
"test": "jest --watchAll"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.18.6",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^3.0.0",
"cross-env": "^6.0.3",
"dtslint": "^0.9.3",
"eslint": "^6.2.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^22.16.0",
"eslint-plugin-react-hooks": "^2.0.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.2",
"i18next": "^19.1.0",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"prettier-eslint": "^9.0.0",
"react": "^16.9.0",
"react-i18next": "^11.3.1",
"rimraf": "^3.0.0",
"tern": "0.24.2",
"ts-toolbelt": "4.9.15"
},
"workspaces": [
"packages/*"
]
}