-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.58 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
49
50
51
52
53
54
55
56
{
"name": "windows-95-components",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"prettier": "prettier \"./**/*.{js,jsx,json,css,ts,tsx}\"",
"prettify": "yarn prettier --write",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"classnames": "^2.3.2",
"localforage": "^1.10.0",
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.2.3",
"@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.2.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.2.3",
"@storybook/nextjs": "^7.2.3",
"@storybook/react": "^7.2.3",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.11",
"eslint": "8.23.1",
"eslint-config-next": "^13.1.6",
"eslint-plugin-storybook": "^0.6.13",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"postcss": "^8.4.16",
"prettier": "2.7.1",
"storybook": "^7.2.3",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
},
"resolutions": {
"glob-parent": "^5.1.2",
"trim": "^0.0.3",
"trim-newlines": "^3.0.1"
}
}