-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.15 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "front-test",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"test-storybook": "test-storybook",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@geometricpanda/storybook-addon-iframe": "^0.2.2",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.3.1",
"@storybook/addon-storyshots-puppeteer": "^7.0.7",
"@storybook/global": "^5.0.0",
"@types/debounce": "^1.2.1",
"@types/dotenv-webpack": "^7.0.3",
"@types/react-icons": "^3.0.0",
"@types/uuid": "^9.0.0",
"debounce": "^1.2.1",
"dotenv-webpack": "^8.0.1",
"framer-motion": "^10.12.17",
"global": "^4.4.0",
"install-peers": "^1.0.4",
"jest-transformer-mdx": "2",
"mdx-embed": "^1.1.2",
"msw": "^1.2.1",
"next": "13.4.7",
"next-mdx-remote": "^4.4.1",
"puppeteer": "^19.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-player": "^2.12.0",
"sharp": "^0.32.1",
"storybook-addon-custom-event-broadcaster": "^1.1.0",
"styled-components": "5.3.6",
"ts-debounce": "^4.0.0",
"uuid": "^9.0.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@mdx-js/loader": "^2.3.0",
"@pluralsight/ps-design-system-storybook-addon-center": "^5.1.8",
"@storybook/addon-a11y": "^7.0.10",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-console": "^1.2.3",
"@storybook/addon-controls": "^7.0.7",
"@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-docs": "^7.0.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-google-analytics": "^6.2.9",
"@storybook/addon-highlight": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-knobs": "^7.0.0",
"@storybook/addon-links": "^7.0.7",
"@storybook/addon-mdx-gfm": "^7.0.7",
"@storybook/addon-storyshots": "^7.0.20",
"@storybook/addon-storysource": "^7.0.7",
"@storybook/addon-styling": "^1.0.1",
"@storybook/addon-viewport": "^7.0.7",
"@storybook/blocks": "^7.0.7",
"@storybook/jest": "^0.1.0",
"@storybook/mdx2-csf": "^1.0.0",
"@storybook/nextjs": "7.0.7",
"@storybook/react": "7.0.21",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0",
"@swc/core": "^1.3.55",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/styled-components": "^5.1.26",
"@whitespace/storybook-addon-code": "^1.0.2",
"@whitespace/storybook-addon-html": "^5.1.4",
"babel-jest": "^29.5.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"chromatic": "^6.17.4",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.11",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"jest-puppeteer": "^8.0.6",
"msw-storybook-addon": "^1.8.0",
"paths.macro": "^3.0.1",
"prettier": "^2.8.8",
"react-docgen-typescript": "^2.2.2",
"react-syntax-highlighter": "^15.5.0",
"storybook": "7.0.7",
"storybook-addon-designs": "^7.0.0-beta.2",
"storybook-addon-i18next": "^1.3.0",
"storybook-addon-jarle-monaco": "^0.5.0",
"storybook-addon-live-examples": "^1.0.18",
"storybook-addon-locale": "^0.3.6",
"storybook-addon-root-attribute": "^1.0.2",
"storybook-addon-swc": "^1.2.0",
"storybook-css-modules": "^1.0.8",
"storybook-dark-mode": "^3.0.0",
"storybook-vscode-component": "^1.0.9",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3"
},
"readme": "ERROR: No README data found!",
"_id": "alumni_2@0.1.0",
"msw": {
"workerDirectory": "public"
},
"description": "front-test",
"license": "MIT"
}