-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 5.11 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 5.11 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
127
128
129
130
131
132
133
134
{
"name": "ima",
"bugs": {
"url": "https://github.com/seznam/ima/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seznam/ima.git"
},
"license": "MIT",
"author": "Miroslav Jancarik <miroslav.jancarik@firma.seznam.cz>",
"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.28.5",
"@babel/eslint-parser": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@changesets/cli": "^2.29.7",
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@size-limit/preset-big-lib": "^11.2.0",
"@swc-contrib/mut-cjs-exports": "^13.0.0",
"@swc/jest": "^0.2.39",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"autocannon": "^8.0.0",
"babel-loader": "^10.0.0",
"chalk": "^4.1.2",
"chokidar": "^4.0.3",
"copy-webpack-plugin": "^13.0.1",
"core-js": "^3.46.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"es-check": "^9.4.5",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.1.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"fs-extra": "^11.3.2",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^3.0.1",
"jsdom": "^27.2.0",
"less": "^4.4.2",
"less-loader": "^12.3.0",
"lint-staged": "^16.2.6",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.5.6",
"postcss-less": "6.0.0",
"postcss-loader": "^8.2.0",
"postcss-preset-env": "^10.4.0",
"prettier": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.53.2",
"size-limit": "^11.2.0",
"style-loader": "^4.0.0",
"stylelint": "^16.25.0",
"stylelint-config-css-modules": "^4.5.1",
"stylelint-config-standard": "^39.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^7.0.0",
"stylelint-prettier": "^5.0.3",
"to-mock": "1.6.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"yargs": "^18.0.0"
},
"overrides": {
"enzyme": {
"cheerio": "1.0.0-rc.12"
}
}
}