-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 957 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 957 Bytes
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
{
"name": "components",
"private": false,
"scripts": {
"test": "lerna run test --stream",
"lint": "eslint packages -c .eslintrc --ext js"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@playwright/test": "^1.50.1",
"@stormid/eslint-config": "^1.0.0",
"@types/node": "^22.13.9",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^27.4.6",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^1.0.0",
"eslint": "^6.7.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^23.1.1",
"html-webpack-plugin": "^5.6.3",
"jest": "^27.4.7",
"jest-environment-jsdom": "^27.4.6",
"lerna": "^8.1.9",
"microbundle": "^0.15.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"xhr-mock": "^2.5.1"
}
}