-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
142 lines (142 loc) · 4.75 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
136
137
138
139
140
141
142
{
"name": "@responsive-ui/responsive-ui",
"version": "1.1.0-alpha.57",
"type": "module",
"workspaces": [
"components/*"
],
"resolutions": {
"npm-packlist": "^1.4.4"
},
"scripts": {
"force-bump": "lerna version --no-git-tag-version --no-push --force-publish",
"bump": "lerna version --conventional-commits --no-git-tag-version",
"patch": "lerna version patch --conventional-commits --no-git-tag-version",
"minor": "lerna version minor --conventional-commits --no-git-tag-version",
"major": "lerna version major --conventional-commits --no-git-tag-version",
"preversion": "npm run build:readme && npm run build",
"build": "node ./scripts/buildComponents.js",
"build:readme": "node ./scripts/buildReadme.js",
"build:debug": "DEBUG=true node ./scripts/buildComponents.js",
"build:changelog": "npx conventional-changelog --preset angular --release-count 0 --outfile ./CHANGELOG.md",
"dev": "vite",
"svelte-check": "svelte-check --workspace=components",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"test": "jest components --no-cache",
"commit": "cz",
"gitcommit": "git add . && git commit -m \"🔖 chore(release): publish `node -p 'require(\"./lerna.json\").version'`\"",
"chromatic": "npx chromatic --project-token=eb1e588f7ddb",
"format": "prettier --write ./components/*/{src,__test__,types}/**/*.{js,svelte,ts} ./stories/**/*.{js,svelte,ts}",
"lint": "eslint './components/*/{src,__test__,types}/**/*.{js,ts,svelte}'",
"lint:fix": "eslint --fix './components/*/{src,__test__,types}/**/*.{js,ts,svelte}'"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@microsoft/tsdoc": "^0.13.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.4.15",
"@storybook/addon-essentials": "^6.4.15",
"@storybook/addon-links": "^6.4.15",
"@storybook/addon-svelte-csf": "^1.1.0",
"@storybook/addons": "^6.4.21",
"@storybook/svelte": "^6.4.15",
"@storybook/theming": "^6.4.21",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.35",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^3.0.0",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"async": "^3.2.3",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.3",
"camelcase": "^6.3.0",
"chalk": "^5.0.0",
"chromatic": "^6.4.3",
"conventional-changelog-cli": "^2.2.2",
"css-loader": "^6.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.7.0",
"eslint-plugin-storybook": "^0.5.6",
"eslint-plugin-svelte3": "^3.4.0",
"file-loader": "^6.2.0",
"jest": "^27.4.7",
"lerna": "^4.0.0",
"pre-commit": "^1.2.2",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"rollup": "2.69.1",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"svelte": "^3.46.4",
"svelte-check": "^2.4.3",
"svelte-jester": "^2.3.1",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.10.3",
"ts-jest": "^27.1.3",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"url-loader": "^4.1.1",
"vite": "^2.8.0"
},
"jest": {
"testEnvironment": "jsdom",
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.ts$": "ts-jest",
"^.+\\.svelte$": [
"svelte-jester",
{
"preprocess": true
}
]
},
"moduleFileExtensions": [
"js",
"ts",
"svelte",
"json"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|scss|stylesheet)$": "<rootDir>/__mocks__/styleMock.js",
"@responsive-ui/(.+)": "<rootDir>/components/$1/package.json"
},
"setupFilesAfterEnv": [
"@testing-library/jest-dom/extend-expect"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/build/",
"/storybook-static/"
]
},
"peerDependencies": {
"svelte": "^3.46.2",
"svelte-preprocess": "^4.5.0",
"typescript": "^4.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}