-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.26 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.26 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "asu",
"private": true,
"license": "MIT",
"volta": {
"node": "24.13.1",
"yarn": "4.4.0"
},
"packageManager": "yarn@4.4.0",
"workspaces": [
"packages/*"
],
"scripts": {
"lerna-clean": "lerna clean -y && rm -rf ./node_modules",
"lint": "lerna run lint --stream --parallel",
"build-static-site": "lerna run --scope @asu/static-site build",
"build-storybook": "lerna run build-storybook --stream --parallel && yarn build-static-site",
"build": "yarn prebuild && lerna run build --ignore=@asu/unity-react-core --stream --parallel && yarn postbuild",
"prebuild": "lerna run build --scope=@asu/unity-react-core && yarn lint",
"postbuild": "node -e \"process.env.CI && require('child_process').execSync('lerna run --ignore=@asu/unity-bootstrap-theme docs', {stdio: 'inherit'})\"",
"test": "lerna run test --stream --parallel",
"test:accessibility": "lerna run test:accessibility --parallel",
"test:e2e": "jest",
"prepublish-packages": "node scripts/copy-license.js && node scripts/copy-release-rc.js",
"publish-packages": "yarn prepublish-packages && lerna exec --no-private --concurrency 1 -- npx --no-install semantic-release --debug -e semantic-release-monorepo",
"start": "node server/server.js",
"stop": "node server/server.stop.js",
"prepare": "husky install",
"commit": "cz",
"check-element-changes": "node ./packages/unity-react-core/scripts/check-element-changes.js"
},
"jest": {
"preset": "jest-puppeteer",
"verbose": true,
"roots": [
"tests"
],
"setupFilesAfterEnv": [
"@wordpress/jest-puppeteer-axe",
"expect-puppeteer"
],
"testTimeout": 30000
},
"repository": {
"type": "git",
"url": "https://github.com/ASU/asu-unity-stack.git"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/config-lerna-scopes": "^19.7.0",
"@eslint/compat": "^1.3.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.29.0",
"@playwright/test": "1.55.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@siteimprove/alfa-playwright": "^0.78.1",
"@siteimprove/alfa-test-utils": "^0.78.1",
"@storybook/addon-docs": "^10.0.0",
"@storybook/react": "^10.0.0",
"@types/node": "^20.0.0",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-react": "^4.3.1",
"commitizen": "^4.3.1",
"copy-webpack-plugin": "^8.1.1",
"css-minimizer-webpack-plugin": "^2.0.0",
"cz-conventional-changelog": "^3.3.0",
"diff": "^8.0.2",
"dompurify": "^3.2.4",
"eslint": "^9",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-helpers": "^2",
"eslint-plugin-jest": "^28",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5",
"eslint-plugin-storybook": "^9.0.13",
"gh-pages": "^6.0.0",
"globals": "^16.2.0",
"husky": "^6.0.0",
"inquirer": "^8.2.0",
"inquirer-autocomplete-prompt": "^1.4.0",
"lerna": "^6.4.1",
"mini-css-extract-plugin": "^2.0.0",
"nunjucks": "^3.2.0",
"playwright": "1.55.1",
"prettier": "^3",
"purgecss-webpack-plugin": "^4.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^3.0.2",
"semantic-release": "^25.0.3",
"semantic-release-monorepo": "^8.0.2",
"semver": "^7.5.2",
"tsx": "^4.19.3",
"vite": "^6.0.0",
"webpack": "^5.32.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.6.0",
"webpack-dashboard": "^3.3.1",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.0"
},
"resolutions": {
"cosmiconfig": "<9",
"lerna": "^6.6.2",
"react-phone-input-2": "patch:react-phone-input-2@npm%3A2.15.1#~/.yarn/patches/react-phone-input-2-npm-2.15.1-f7a7dd913b.patch",
"form-data": ">=4.0.4",
"axios": "~1.13.4",
"semantic-release": "^25.0.3",
"semver": "^7.5.2",
"qs": "^6.14.1",
"tar": "^7.5.7"
},
"config": {
"commitizen": {
"path": "./scripts/conventional-commits.js"
}
}
}