-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.75 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "mono",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"devDependencies": {
"@astrojs/mdx": "^0.15.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^3.0.0",
"@nrwl/cli": "15.6.2",
"@nrwl/cypress": "15.6.2",
"@nrwl/eslint-plugin-nx": "15.6.2",
"@nrwl/jest": "15.6.2",
"@nrwl/js": "15.6.2",
"@nrwl/linter": "15.6.2",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/web": "15.6.2",
"@nrwl/workspace": "15.6.2",
"@types/jest": "28.1.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"astro": "^2.0.0",
"autoprefixer": "^10.4.8",
"aws-sdk": "^2.668.0",
"aws-sdk-mock": "^5.1.0",
"babel-jest": "28.1.1",
"cypress": "^12.2.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"netlify-cli": "^12.0.11",
"nx": "15.6.2",
"postcss": "^8.4.16",
"prettier": "^2.6.2",
"serverless": "^2.30.1",
"sharp": "0.28.0",
"standard": "^16.0.3",
"tailwindcss": "^3.2.4",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"@sanity/eslint-config-studio": "^2.0.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@astrojs/rss": "^2.1.0",
"@netlify/functions": "^1.3.0",
"asana": "^1.0.0",
"core-js": "^3.6.5",
"node-fetch": "^3.2.10",
"octokit": "^2.0.10",
"@sanity/vision": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.0.0",
"styled-components": "^5.2.0",
"prop-types": "^15.7",
"regenerator-runtime": "0.13.7",
"tslib": "^2.3.0"
}
}