-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.4 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": "nextjs-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"todo": "leasot '**/*.tsx' '**/*.js' '**/*.scss' '**/*.ts' --ignore '**/node_modules' '**/schema.generated.ts'",
"commit": "git-cz",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@radix-ui/react-accessible-icon": "^1.0.1",
"@radix-ui/react-select": "^1.1.2",
"@storybook/addon-a11y": "^7.0.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@wordpress/block-library": "^7.19.0",
"@wordpress/components": "^23.1.0",
"antd": "^5.3.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.6",
"deepmerge": "^4.2.2",
"eslint": "8.27.0",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"html-react-parser": "^3.0.4",
"lodash": "^4.17.21",
"next": "^13.4.0",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.2",
"react-svg": "^15.1.12",
"sass-loader": "^13.2.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"typescript": "4.8.4"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/cz-commitlint": "^17.3.0",
"@storybook/addon-essentials": "^7.0.8",
"@storybook/addon-interactions": "^7.0.8",
"@storybook/addon-links": "^7.0.8",
"@storybook/blocks": "^7.0.8",
"@storybook/nextjs": "^7.0.8",
"@storybook/react": "^7.0.8",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/wordpress__components": "^23.0.1",
"@wordpress/base-styles": "^4.13.0",
"babel-loader": "^8.3.0",
"commitizen": "^4.2.6",
"commitlint": "^17.3.0",
"eslint-config-next": "^13.4.0",
"eslint-plugin-storybook": "^0.6.12",
"figma-tokens-transformer": "^1.1.2",
"husky": "^8.0.2",
"inquirer": "^8.2.5",
"leasot": "^13.2.0",
"postcss": "^8.4.13",
"sass": "^1.56.1",
"storybook": "^7.0.8",
"stylelint": "^14.16.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-order": "^5.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"webpack": "^5.75.0"
}
}