-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.89 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
{
"name": "fe_medikit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"commit": "./node_modules/cz-customizable/standalone.js"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.8",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/primitive": "^1.0.0",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-icons": "^1.1.1",
"@stackflow/core": "^0.15.0",
"@stackflow/plugin-basic-ui": "^0.15.0",
"@stackflow/plugin-renderer-basic": "^0.15.0",
"@stackflow/react": "^0.15.0",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^4.19.1",
"axios": "^1.2.0",
"dayjs": "^1.11.7",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-indiana-drag-scroll": "^2.2.0",
"sass": "^1.55.0"
},
"devDependencies": {
"@radix-ui/react-popover": "^1.0.2",
"@svgr/webpack": "^6.4.0",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"classnames": "^2.3.2",
"cz-customizable": "^7.0.0",
"eslint": "^8.24.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"prettier": "^2.7.1",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"stylelint": "^14.13.0",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-declaration-strict-value": "^1.9.0",
"typescript": "4.8.4"
},
"config": {
"cz-customizable": {
"config": "cz-config.js"
}
}
}