forked from bangle-io/bangle-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
181 lines (181 loc) · 5.72 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"name": "bangle-io",
"version": "0.1.22",
"homepage": "https://bangle.io",
"workspaces": [
"app",
"extensions",
"js-lib",
"lib",
"tooling",
"worker"
],
"authors": [
{
"name": "Kushan Joshi",
"email": "0o3ko0@gmail.com",
"web": "http://github.com/kepta"
}
],
"bugs": {
"url": "https://github.com/bangle-io/bangle-io/issues"
},
"private": true,
"scripts": {
"add-portals": "yarn link -A -r ../bangle-play",
"build-serve": "yarn build && yarn run serve build",
"build": "NODE_ENV=production yarn vite build",
"g:build-dev-serve": "NODE_ENV=development yarn vite build -m development && yarn e2e-serve",
"g:build-prod-serve": "NODE_ENV=production yarn vite build && yarn e2e-serve",
"e2e-serve": "cp build/index.html build/404.html && yarn servor build index.html 1234",
"hot-start": "BANGLE_HOT=yes yarn start",
"lint:css": "yarn stylelint .",
"lint:js": "yarn eslint .",
"lint": "yarn concurrently -m 2 \"yarn prettier --check .\" \"yarn lint:js\" \"yarn tsc-check\" \"yarn lint:css\"",
"postinstall": "husky install",
"snapshot": "yarn build && yarn node ./tooling/_scripts/snapshot",
"start": "BROWSERSLIST_ENV=development yarn vite --port 4000",
"test:network": "yarn jest --selectProjects network",
"test:regular": "yarn jest --selectProjects regular",
"test": "yarn run test:regular",
"tsc-check": "yarn tsc -b",
"tsc-watch": "yarn tsc -b -w"
},
"browserslist": {
"production": [
"last 10 chrome version",
"last 10 firefox version",
"last 4 safari version",
"ios 12"
],
"development": [
"last 3 chrome version"
]
},
"dependencies": {
"@bangle.io/app-entry": "workspace:*",
"@bangle.io/constants": "workspace:*",
"@bangle.io/shared-types": "workspace:*",
"@swc/core": "^1.3.2",
"@swc/jest": "^0.2.22",
"@unocss/vite": "^0.48.2",
"@yarnpkg/pnpify": "^4.0.0-rc.15",
"punycode": "^2.1.1",
"tslib": "^2.4.1",
"typescript": "4.9.3",
"unocss": "^0.48.2"
},
"devDependencies": {
"@bangle.dev/jest-utils": "0.31.6",
"@bangle.io/css-vars": "workspace:*",
"@bangle.io/e2e-types": "workspace:*",
"@bangle.io/env-vars": "workspace:*",
"@bangle.io/jsdom-env": "workspace:*",
"@bangle.io/scripts": "workspace:*",
"@bangle.io/uno-preset-bangle": "workspace:*",
"@bangle.io/yarn-workspace-helpers": "workspace:*",
"@sentry/react": "^6.18.1",
"@sentry/tracing": "^6.18.1",
"@sentry/webpack-plugin": "^1.18.8",
"@swc/core-linux-x64-gnu": "1.3.20",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.11.9",
"@types/prettier": "^2.7.0",
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.4",
"bangle-io-help": "^1.11.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"concurrently": "^7.0.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.7",
"date-fns": "^2.25.0",
"ejs": "^3.1.6",
"esbuild-linux-64": "0.15.16",
"eslint": "^8.23.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.4",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-sort-class-members": "^1.14.1",
"eslint-plugin-storybook": "^0.6.4",
"eslint-plugin-testing-library": "^5.6.0",
"fake-indexeddb": "^4.0.1",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^5.5.0",
"http-server": "^0.12.3",
"husky": "^8.0.3",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.1.0",
"mini-css-extract-plugin": "^2.7.2",
"minimist": "^1.2.7",
"plop": "^3.1.1",
"pnp-webpack-plugin": "^1.7.0",
"postcss": "^8.4.21",
"postcss-custom-properties": "^12.1.11",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"postcss-nested": "^6.0.0",
"prettier": "^2.8.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"serve": "^12.0.1",
"servor": "github:kepta/servor#master",
"style-loader": "^3.3.1",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"surge": "^0.23.1",
"ts-node": "^10.9.1",
"vite": "^3.2.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.13.1",
"vite-plugin-windicss": "^1.8.8",
"windicss": "^3.5.6",
"workbox-window": "^6.5.4",
"worker-loader": "^3.0.8"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"quoteProps": "consistent",
"arrowParens": "always",
"printWidth": 80
},
"packageManager": "yarn@3.3.0",
"license": "AGPL-3.0-or-later",
"lint-staged": {
"*.md": "yarn prettier --write",
"{app,extensions,js-lib,lib,tooling,worker}/**/*.{js,ts,jsx,tsx}": [
"yarn eslint --fix",
"yarn prettier --write"
],
"*.css": [
"yarn g:css:stylelint-update-regex",
"yarn stylelint --fix --allow-empty-input",
"yarn prettier --write"
],
"*.json": "yarn prettier --write"
},
"dependenciesMeta": {
"@unocss/preset-mini@0.46.5": {
"unplugged": true
}
}
}