-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1023 Bytes
/
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
{
"name": "scoped-css-root",
"version": "0.0.0",
"private": true,
"repository": "https://github.com/soxhub/ember-scoped-css",
"license": "MIT",
"author": "",
"scripts": {
"build": "pnpm --filter '*' build",
"lint": "pnpm --filter '*' lint",
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "pnpm build",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm --filter v2-addon start --no-watch.clearScreen",
"start:embroider-app": "pnpm --filter embroider-app start",
"test": "pnpm --filter '*' test",
"test:ember": "pnpm --filter './test-apps/*' test:ember",
"test:fixture": "pnpm --filter './test-apps/*' test:fixture"
},
"devDependencies": {
"concurrently": "^8.2.2",
"prettier": "^3.2.5",
"release-plan": "^0.10.0"
},
"volta": {
"node": "22.4.1",
"pnpm": "9.12.2"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
}
}