-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 908 Bytes
/
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
{
"name": "molle",
"private": true,
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=14.15.0"
},
"scripts": {
"prepare": "husky install",
"prepublish": "yarn test",
"publish": "yarn lerna publish",
"test": "jest",
"lint": "eslint . --fix"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@frontendweekly/eslint-config": "^1.0.0",
"@frontendweekly/jest-preset": "^1.0.0",
"@frontendweekly/stylelint-config": "^1.0.0",
"@testing-library/dom": "^8.5.0",
"@testing-library/jest-dom": "^5.14.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"husky": "^7.0.2",
"jest": "^27.2.0",
"lerna": "^4.0.0",
"mock-fs": "^5.1.0",
"msw": "^0.35.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"rewire": "^5.0.0",
"rimraf": "^3.0.2",
"stylelint": "^13.13.1"
}
}