-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
135 lines (135 loc) · 5.13 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
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
127
128
129
130
131
132
133
134
135
{
"name": "ima",
"bugs": {
"url": "https://github.com/seznam/ima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/seznam/ima.git"
},
"license": "MIT",
"author": "Miroslav Jancarik <[email protected]>",
"workspaces": [
"./packages/hmr-client",
"./packages/dev-utils",
"./packages/plugin-cli",
"./packages/helpers",
"./packages/core",
"./packages/server",
"./packages/devtools-scripts",
"./packages/cli",
"./packages/create-ima-app",
"./packages/devtools",
"./packages/error-overlay",
"./packages/react-page-renderer",
"./packages/testing-library",
"./packages/storybook-integration",
"./website"
],
"scripts": {
"dev": "node ./utils/scripts/dev.js",
"build": "npm run build --workspaces --if-present",
"commit": "echo 'This command has been replaced with \"npm run changeset\"'",
"changeset": "changeset add",
"postinstall": "npm run build",
"lint": "eslint --cache --cache-location=node_modules/.cache/ './**/*.{js,jsx,ts,tsx,mjs}'",
"prepare": "husky",
"release": "npm run release:prepare && npm run release:push",
"release:prepare": "npm run check:uncommited:changes && changeset version && npm i --package-lock-only --ignore-scripts",
"release:push": "git add .changeset package-lock.json packages/*/CHANGELOG.md packages/*/package.json && git commit -m 'Publish' && changeset tag && git push --follow-tags",
"release:devtools": "npm run publish-webstore --prefix ./packages/devtools",
"release:graduate": "npm run check:uncommited:changes && changeset pre exit && node utils/changesets/config-base-branch-replace.js master && changeset version && npm i --package-lock-only --ignore-scripts && npm run release:push",
"release:next:init": "changeset pre enter rc && node utils/changesets/config-base-branch-replace.js next",
"release:publish": "changeset publish --no-git-tag",
"stylelint": "stylelint --cache --cache-location=node_modules/.cache/ './**/*.{css,less}'",
"test": "jest --changedSince `test -f '.changeset/pre.json' && echo 'next' || echo 'master'`",
"test:all": "jest --colors",
"test:create-ima-app": "utils/tests/testRunner.sh",
"test:size": "npm run test:size --workspaces --if-present",
"version": "npm run doc && node utils/version/create-ima-app-versions.js && git add docs packages/create-ima-app/template/common/package.json",
"check:uncommited:changes": "test \"`git status . --porcelain`\" && echo 'There are uncommitted changes. Aborting release.' && exit 1 || exit 0"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,mjs}": "eslint",
"**/*.{css,less}": "stylelint"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.26.5",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@changesets/cli": "^2.27.11",
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@size-limit/preset-big-lib": "^11.1.6",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.6.0",
"autocannon": "^8.0.0",
"babel-loader": "^9.2.1",
"chalk": "^4.1.2",
"chokidar": "^4.0.3",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.40.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^7.0.0",
"es-check": "^8.0.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^11.3.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"jsdom": "^26.0.0",
"less": "^4.2.2",
"less-loader": "^12.2.0",
"lint-staged": "^15.4.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.1",
"postcss-less": "6.0.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"rollup": "^4.31.0",
"size-limit": "^11.1.6",
"style-loader": "^3.3.1",
"stylelint": "^16.13.2",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"swc_mut_cjs_exports": "^8.0.1",
"to-mock": "1.6.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"verdaccio": "^6.0.5",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"yargs": "^17.7.2"
},
"overrides": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
}