-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "root",
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"prepare": "husky install",
"test": "lerna run test",
"build": "lerna run build"
},
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.9",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@rollup/plugin-babel": "5.3.0",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"autoprefixer": "10.3.1",
"cssnano": "5.0.7",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "7.0.1",
"lerna": "4.0.0",
"lint-staged": "11.1.1",
"postcss": "8.3.6",
"postcss-import": "14.0.2",
"postcss-nested": "5.0.6",
"prettier": "2.3.2",
"tsc-alias": "1.3.8",
"typescript": "4.3.5",
"vite": "2.4.4"
}
}