forked from raxjs/rax-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.53 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"private": true,
"name": "rax-components",
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.0",
"@babel/plugin-proposal-decorators": "7.2.0",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "7.2.0",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "^7.17.12",
"@types/ali-app": "^1.0.3",
"@types/jest": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"axios": "^0.21.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-plugin-transform-jsx-stylesheet": "0.6.5",
"build-plugin-component": "^1.10.0",
"chalk": "^2.4.2",
"chokidar": "^2.1.8",
"codecov": "^3.8.3",
"conventional-commit-types": "^2.3.0",
"csstype": "^2.6.20",
"cz-conventional-changelog": "^2.1.0",
"driver-universal": "^1.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-rax": "^1.0.3",
"eslint": "^5.16.0",
"eslint-config-rax": "^0.0.2",
"eslint-plugin-ejs": "0.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "~7.11.1",
"findup": "^0.1.5",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-diff": "^26.6.2",
"jest-environment-node": "^26.6.2",
"jest-localstorage-mock": "^2.4.21",
"jest-transform-css": "^2.1.0",
"minimatch": "^3.1.2",
"minimist": "^1.2.6",
"rax": "1.2.3-beta.1",
"rax-test-renderer": "1.1.0-beta.1",
"rax-types": "^1.0.1",
"semver": "^6.3.0",
"semver-regex": "^3.1.4",
"shelljs": "^0.8.5",
"typescript": "3.9.10"
},
"resolutions": {
"rax": "1.2.3-beta.1",
"rax-test-renderer": "1.1.0-beta.1",
"typescript": "3.9.10",
"@types/babel__traverse": "7.17.1"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"setup": "rm -rf node_modules packages/*/node_modules packages/*/lib packages/*/es packages/*/dist && pnpm install",
"build": "node scripts/build",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx packages --fix",
"lint": "eslint --ext .js,.jsx,.ts,.tsx packages",
"check-and-publish": "node scripts/check-and-publish",
"test": "build-scripts test"
},
"config": {
"ghooks": {
"commit-msg": "scripts/validate-commit-msg.js"
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}