-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "responsive-image",
"private": true,
"repository": "https://github.com/simonihmig/responsive-image",
"license": "MIT",
"author": "Simon Ihmig <[email protected]>",
"scripts": {
"build": "pnpm turbo build",
"build:packages": "pnpm turbo --filter='./packages/*' build",
"lint": "pnpm turbo lint",
"lint:fix": "pnpm run --filter '*' lint:fix",
"prebuild": "pnpm turbo build --filter='./packages/*'",
"test": "pnpm turbo test"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.28.1",
"concurrently": "9.1.2",
"prettier": "3.5.1",
"turbo": "2.4.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"postinstall-postinstall": "^2.1.0"
},
"volta": {
"node": "20.18.3",
"pnpm": "9.0.4"
},
"packageManager": "[email protected]",
"pnpm": {
"packageExtensions": {
"ember-cli-fastboot-testing": {
"peerDependencies": {
"@ember/test-helpers": "^4.0.4"
}
}
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}