-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.89 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"homepage": "https://github.com/anvilco/react-ui#readme",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "yarn eslint 'packages/*/src/**.js'",
"test": "yarn lerna run test",
"prebuild": "git clean -fdx packages -e packages/*/node_modules",
"build": "yarn && yarn lerna run build",
"build:changelog": "yarn lerna run build:changelog",
"release:local": "yarn build && yarn lerna run pack",
"release:npm": "yarn build && yarn lerna publish"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/register": "^7.22.15",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"auto-changelog": "^2.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"bdd-lazy-var": "^2.6.1",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"chai-enzyme": "^1.0.0-beta.1",
"css-loader": "^6.8.1",
"enzyme": "^3.11.0",
"eslint": "^8.49.0",
"eslint-config-nicenice": "^4.1.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-svg-jsx": "^1.2.2",
"jsdom": "^22.1.0",
"lerna": "^7.3.0",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}