-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 KB
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
{
"name": "astro",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target build --all --parallel 100",
"test": "nx run-many --target test --all --parallel 100",
"publish": "nx run-many --target publish --all --parallel 100 --clear-cache",
"start": "npx nx affected:build --watch --parallel --maxParallel=100 --all",
"link": "source $(npm bin)/../../tools/scripts/link.sh $(npm bin)/../../build/packages",
"unlink": "source $(npm bin)/../../tools/scripts/unlink.sh $(npm bin)/../../build/packages"
},
"private": true,
"dependencies": {
"@nxtensions/astro": "^3.5.0",
"astro": "2.2.0",
"mkdirp": "^3.0.0",
"sharp": "^0.31.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nrwl/cypress": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/nx-cloud": "latest",
"@nrwl/workspace": "15.9.2",
"@types/jest": "^29.4.0",
"@types/node": "^16.18.23",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"cypress": "^12.2.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"nx": "15.9.2",
"prettier": "^2.6.2",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
},
"volta": {
"node": "16.16.0"
}
}