-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
80 lines (80 loc) · 2.86 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
72
73
74
75
76
77
78
79
80
{
"name": "vite-react-ts-starter",
"version": "0.0.0",
"homepage": "https://www.openwebhook.io",
"license": "GPL-3.0-or-later",
"scripts": {
"start:dev": "vite",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest",
"predeploy": "yarn build && cp CNAME ./dist/CNAME",
"deploy": "gh-pages -d dist",
"postinstall": "patch-package"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@honeybadger-io/js": "^5.1.1",
"@honeybadger-io/react": "^5.1.3",
"@pluralsight/ps-design-system-appframe": "^6.1.2",
"@pluralsight/ps-design-system-button": "^24.1.1",
"@pluralsight/ps-design-system-carousel": "^14.1.1",
"@pluralsight/ps-design-system-core": "^10.0.4",
"@pluralsight/ps-design-system-datawell": "^7.0.11",
"@pluralsight/ps-design-system-dialog": "^15.0.12",
"@pluralsight/ps-design-system-dropdown": "^13.1.1",
"@pluralsight/ps-design-system-emptystate": "^14.1.1",
"@pluralsight/ps-design-system-icon": "^25.4.0",
"@pluralsight/ps-design-system-layout": "^12.0.14",
"@pluralsight/ps-design-system-link": "^13.0.11",
"@pluralsight/ps-design-system-navbar": "^6.1.1",
"@pluralsight/ps-design-system-navbrand": "^5.0.11",
"@pluralsight/ps-design-system-navcookiebanner": "^4.1.3",
"@pluralsight/ps-design-system-navitem": "^6.1.1",
"@pluralsight/ps-design-system-navuser": "^5.0.16",
"@pluralsight/ps-design-system-normalize": "^7.0.4",
"@pluralsight/ps-design-system-position": "^9.1.2",
"@pluralsight/ps-design-system-table": "^17.1.1",
"@pluralsight/ps-design-system-text": "^20.1.27",
"@pluralsight/ps-design-system-textinput": "^12.1.1",
"@pluralsight/ps-design-system-theme": "^8.1.24",
"@pluralsight/ps-design-system-verticaltabs": "^8.1.1",
"@storybook/react": "^6.4.22",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"graphql": "^16.6.0",
"graphql-ws": "^5.10.1",
"lottie-web": "^5.9.6",
"posthog-js": "^1.50.0",
"prismjs": "^1.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.3.0",
"react-table": "^7.7.0",
"use-http": "^1.0.27"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/prismjs": "^1.26.0",
"@types/react": "^ 18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-table": "^7.7.10",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.8",
"gh-pages": "^4.0.0",
"jest": "^27.5.1",
"patch-package": "^6.5.1",
"postcss": "^8.4.21",
"postinstall-postinstall": "^2.1.0",
"rollup-plugin-analyzer": "^4.0.0",
"tailwindcss": "^3.2.7",
"ts-jest": "^27.1.4",
"typescript": "^4.9.5",
"vite": "^3.0.9"
}
}