-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "responsive-image",
"private": true,
"repository": "https://github.com/simonihmig/responsive-image",
"license": "MIT",
"author": "Simon Ihmig <simon.ihmig@gmail.com>",
"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.0",
"@changesets/cli": "2.27.11",
"concurrently": "9.1.2",
"prettier": "3.4.2",
"turbo": "2.3.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"postinstall-postinstall": "^2.1.0"
},
"volta": {
"node": "22.13.0",
"pnpm": "9.0.4"
},
"packageManager": "pnpm@9.0.4",
"pnpm": {
"packageExtensions": {
"ember-cli-fastboot-testing": {
"peerDependencies": {
"@ember/test-helpers": "^4.0.4"
}
}
}
}
}