-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
128 lines (128 loc) · 4.25 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
{
"name": "papanasi",
"private": true,
"license": "MIT",
"version": "1.1.2",
"type": "module",
"scripts": {
"compile": "node ./compiler",
"dev": "node ./compiler/dev.tasks",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006 --no-manager-cache",
"clean": "rimraf --glob packages/**/{src,dist,lib,types,node_modules,stats.html}",
"lerna": "lerna run",
"themes": "node ./compiler/themes.tasks",
"lint": "run-p lint:**",
"lint:scripts": "eslint --fix \"./src/**/*.tsx\"",
"lint:styles": "stylelint \"./src/styles/**/*.(css)\" --fix",
"postinstall": "node ./hooks/post-install.hook.js",
"build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook || true",
"build": "yarn compile",
"package": "lerna version 1.1.2 --force-publish",
"postpackage": "node ./hooks/post-package.hook.js",
"release": "lerna publish from-package --force-publish"
},
"dependencies": {
"@trutoo/event-bus": "^2.2.0",
"codejar": "^3.7.0",
"copy-to-clipboard": "^3.3.3",
"highlight.js": "^11.7.0",
"ofetch": "^1.0.1",
"ssr-window": "^4.0.2"
},
"devDependencies": {
"@a110/storybook-expand-all": "^1.1.1",
"@angular/common": "^15.2.6",
"@angular/core": "^15.2.6",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@builder.io/eslint-plugin-mitosis": "^0.0.14",
"@builder.io/mitosis-cli": "0.0.55",
"@builder.io/qwik": "^0.101.0",
"@custom-elements-manifest/analyzer": "^0.8.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-postcss": "2.0.0",
"@storybook/builder-webpack4": "^6.5.16",
"@storybook/manager-webpack4": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@sveltejs/adapter-auto": "2.0.0",
"@sveltejs/kit": "1.15.2",
"@sveltejs/package": "2.0.2",
"@types/node": "18.15.11",
"@types/react": "^18.0.34",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"autoprefixer": "^10.4.14",
"chokidar-cli": "^3.0.0",
"command-line-args": "^5.2.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.11",
"fs-extra": "^11.1.1",
"glob": "^9.3.4",
"husky": "^8.0.3",
"lerna": "^6.6.1",
"listr2": "^6.0.4",
"lz-string": "^1.5.0",
"mini-css-extract-plugin": "0.9.0",
"npm-run-all": "^4.1.5",
"ora": "^5.4.1",
"postcss": "^8.4.21",
"postcss-at-rules-variables": "^0.3.0",
"postcss-calc": "^8.2.4",
"postcss-discard-comments": "^6.0.0",
"postcss-each": "^1.1.0",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"prepend-file": "^2.0.1",
"prettier": "^2.8.7",
"prettier-stylelint": "^0.4.2",
"renamer": "^4.0.0",
"replace": "^1.2.2",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-embed-css": "^1.0.26",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-ts": "^3.2.0",
"rollup-plugin-visualizer": "^5.9.0",
"rollup-plugin-vue": "^6.0.0",
"rollup-preset-solid": "^2.0.1",
"solid-js": "^1.7.3",
"string-replace-loader": "^3.1.0",
"stylelint": "^15.4.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^32.0.0",
"stylelint-prettier": "^3.0.0",
"svelte": "^3.58.0",
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vue": "^3.2.47",
"vue-tsc": "^1.2.0"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"resolutions": {
"postcss": "8"
}
}