forked from stereobooster/react-ideal-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 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
{
"author": "stereobooster <stereobooster@gmail.com>",
"description": "forked from stereobooster",
"keywords": [],
"license": "MIT",
"module": "src/index.ts",
"name": "react-idealer-image",
"type": "module",
"version": "1.0.0",
"devDependencies": {
"@types/react-dom": "18.2.4",
"@types/react-test-renderer": "18.0.0",
"@types/react": "18.2.9",
"barrels": "1.6.6",
"bun-types": "canary",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint": "8.42.0",
"framer-motion": "10.12.16",
"npm-check-updates": "16.10.12",
"prettier": "2.8.8",
"react-cosmos-core": "^6.0.0-alpha.0",
"react-cosmos-dom": "next",
"react-cosmos": "next",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"react": "18.2.0",
"type-fest": "3.11.1",
"typescript": "beta"
},
"peerDependencies": {
"framer-motion": "^10.1",
"react-dom": "^18.2",
"react": "^18.2"
},
"files": [
"src"
],
"scripts": {
"cosmos": "bun run cosmos:start & bun run cosmos:bun",
"cosmos:bun": "bun --watch cosmos.bunserver.ts",
"cosmos:start": "cosmos --expose-imports",
"barrels": "bunx barrelsby --config ./barrels.json",
"lint": "bunx eslint src --fix --resolve-plugins-relative-to .",
"pretty": "bunx prettier --write 'src/**/*.(ts|tsx)'",
"test:types": "bunx tsc",
"upgrade:deps": "bunx ncu -u && bun install"
}
}