forked from seznam/ima
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.73 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 4.73 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
{
"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 <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/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 install",
"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 . && 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.20.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.17.12",
"@changesets/cli": "^2.25.2",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@size-limit/preset-big-lib": "^8.0.1",
"@swc/jest": "^0.2.23",
"@types/jest": "^29.2.2",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autocannon": "^7.9.0",
"babel-loader": "^9.1.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.24.0",
"css-loader": "^6.7.1",
"es-check": "^7.1.0",
"css-minimizer-webpack-plugin": "^5.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fs-extra": "^11.1.0",
"husky": "^8.0.2",
"jest": "^29.3.0",
"jest-environment-jsdom": "^29.3.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^2.1.1",
"jsdom": "^21.1.0",
"less": "^4.1.2",
"less-loader": "^11.0.0",
"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.12",
"postcss-less": "6.0.0",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"rollup": "^3.2.5",
"size-limit": "^8.0.1",
"style-loader": "^3.3.1",
"stylelint": "^15.1.0",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.6.0",
"stylelint-order": "^6.0.2",
"stylelint-prettier": "^3.0.0",
"to-mock": "1.6.2",
"typescript": "^5.0.3",
"verdaccio": "^5.23.2",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.1",
"yargs": "^17.5.0"
}
}