forked from bangle-io/bangle-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 5 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
{
"name": "bangle-io",
"version": "0.1.22",
"homepage": "https://bangle.io",
"workspaces": [
"app",
"extensions",
"js-lib",
"lib",
"tooling",
"worker"
],
"authors": [
{
"name": "Kushan Joshi",
"email": "[email protected]",
"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/bangle-play",
"build-serve": "yarn build && yarn run serve build",
"build": "yarn vite-build",
"g:build-dev-serve": "NODE_ENV=development yarn g:vite-build -m development && yarn g:e2e-serve",
"g:build-prod-serve": "NODE_ENV=production yarn g:vite-build && yarn g:e2e-serve",
"g:e2e-serve": "cp build/index.html build/404.html && yarn servor build index.html 1234",
"g:tsc": "yarn tsc",
"g:vite-build": "vite build",
"g:vite-serve": "vite preview",
"hot-start": "BANGLE_HOT=yes yarn start",
"lint": "yarn g:package-patrol && yarn prettier --check . && yarn eslint . && yarn tsc-check",
"remove-portals": "yarn node ./tooling/_scripts/remove-portals && yarn install",
"snapshot": "yarn build && yarn node ./tooling/_scripts/snapshot",
"start": "BROWSERSLIST_ENV=development yarn vite --port 4000",
"test-ci": "yarn jest --ci --coverage",
"test": "yarn jest",
"tsc-check": "yarn tsc -b",
"tsc-watch": "yarn tsc -b -w",
"update-css-vars": "yarn node tooling/_scripts/generate-apply-theme.js",
"vite-build": "NODE_ENV=production yarn g:vite-build",
"webpack-build": "NODE_ENV=production yarn webpack --env production",
"webpack-start": "BROWSERSLIST_ENV=development yarn webpack serve --env development"
},
"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:*",
"punycode": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@bangle.dev/jest-utils": "0.28.3",
"@bangle.io/env-vars": "workspace:*",
"@sentry/react": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"@sentry/webpack-plugin": "^1.18.3",
"@testing-library/dom": "^8.10.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.3.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"bangle-io-help": "^1.10.0",
"case-sensitive-paths-webpack-plugin": "^2.4.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.13.9",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-flowtype": "^5.10.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-testing-library": "^4.12.4",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^5.5.0",
"http-server": "^0.12.3",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-puppeteer": "^5.0.4",
"mini-css-extract-plugin": "^1.6.2",
"minimist": "^1.2.5",
"pnp-webpack-plugin": "^1.7.0",
"postcss": "^8.3.11",
"postcss-custom-properties": "^11.0.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.0",
"postcss-nested": "^5.0.6",
"prettier": "^2.4.1",
"puppeteer": "^10.4.0",
"react": "^17.0.2",
"serve": "^12.0.1",
"servor": "github:kepta/servor#master",
"style-loader": "^2.0.0",
"surge": "^0.23.0",
"tailwindcss": "^2.2.17",
"typescript": "^4.4.4",
"vite": "^2.6.13",
"vite-plugin-html": "^2.1.1",
"vite-plugin-pwa": "^0.11.3",
"webpack": "^5.60.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^3.11.2",
"workbox-window": "^6.3.0",
"worker-loader": "^3.0.8"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"quoteProps": "consistent",
"arrowParens": "always"
},
"packageManager": "[email protected]",
"resolutions": {
"vite": "patch:vite@npm:2.6.10#.yarn/patches/vite-npm-2.6.10-80d83a440f"
},
"license": "AGPL-3.0-or-later"
}