-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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": "cryptoWorkspace",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@nrwl/nx-cloud": "^13.1.4"
},
"devDependencies": {
"@astrojs/renderer-preact": "latest",
"@builder.io/partytown": "~0.3.5",
"@nrwl/cli": "~13.8.2",
"@nrwl/cypress": "13.3.12",
"@nrwl/devkit": "^13.8.2",
"@nrwl/eslint-plugin-nx": "13.3.12",
"@nrwl/linter": "13.3.12",
"@nrwl/tao": "~13.8.2",
"@nrwl/workspace": "~13.8.2",
"@nxrs/cargo": "^0.3.2",
"@nxtensions/astro": "~1.3.0",
"@types/node": "~17.0.18",
"@typescript-eslint/eslint-plugin": "~5.3.0",
"@typescript-eslint/parser": "~5.3.0",
"astro": "~0.22.20",
"autoprefixer": "~10.4.2",
"cypress": "^9.1.0",
"eslint": "8.2.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"fs-extra": "~10.0.0",
"postcss": "~8.4.6",
"prettier": "~2.5.1",
"prettier-plugin-astro": "~0.0.12",
"prettier-plugin-tailwindcss": "^0.1.7",
"rehype-autolink-headings": "~6.1.1",
"rehype-external-links": "~1.0.1",
"tailwindcss": "~3.0.23",
"typescript": "~4.5.5"
}
}