-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.03 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
{
"name": "@leemonade/bubbles",
"private": true,
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/leemonade/bubbles.git"
},
"bugs": {
"url": "https://github.com/leemonade/bubbles/issues"
},
"author": {
"email": "[email protected]",
"name": "Leemons Edtech Solutions",
"url": "https://www.leemons.io"
},
"maintainers": [
{
"email": "[email protected]",
"name": "Leemons Edutech Solutions",
"url": "https://www.leemons.io"
}
],
"scripts": {
"generate": "node ./scripts/generate.js",
"build": "node ./scripts/build.js",
"build-all": "node ./scripts/build.js --all --nomadge",
"build-all:no-types": "node ./scripts/build.js --all --nomadge --notypes",
"linkAll": "node ./scripts/link.js",
"madge:circular": "madge --circular",
"release:dev": "yarn changeset version && yarn changeset publish --tag dev"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"@changesets/cli": "^2.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-export-namespace-from": "^7.23.3",
"better-spawn": "^1.0.4",
"chalk": "^4.1.1",
"chromatic": "^6.11.4",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sonarjs": "^0.21.0",
"execa": "5.1.1",
"fs-extra": "^10.0.0",
"generate-template-files": "^3.2.0",
"madge": "^5.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier-eslint": "^15.0.1",
"react-easy-crop": "5.0.5",
"tsc-silent": "^1.2.2",
"typescript": "^4.7.3",
"webpack": "5",
"yargs": "^17.3.1"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.10.0"
},
"packageManager": "[email protected]"
}