-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.04 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
{
"name": "pamelahoneybortnick",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next dev",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"generate:types:icon": "node scripts/generate-types-icon"
},
"dependencies": {
"@next/font": "13.1.2",
"@storybook/addon-postcss": "^2.0.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"classnames": "^2.3.2",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"framer-motion": "^10.1.0",
"next": "13.1.2",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.3",
"prettier": "2.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-focus-on": "^3.7.0",
"react-inlinesvg": "^3.0.1",
"react-remove-scroll": "^2.5.5",
"storybook-css-modules": "^1.0.8",
"stylelint": "13.8.0",
"stylelint-config-css-modules": "2.2.0",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"stylelint-media-use-custom-media": "2.0.0",
"stylelint-order": "4.1.0",
"stylelint-use-nesting": "3.0.0",
"stylelint-value-no-unknown-custom-properties": "3.0.0",
"typescript": "4.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"babel-loader": "^8.3.0",
"eslint-plugin-storybook": "^0.6.10"
}
}