forked from mantinedev/ui.mantine.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.85 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
{
"name": "mantine-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 7522",
"build": "next build && next export",
"analyze": "ANALYZE=true next build",
"lint": "next lint",
"start": "next start -p 9522",
"typecheck": "tsc --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"plop": "esno scripts/plop"
},
"dependencies": {
"@mantine/core": "3.7.0-alpha.1",
"@mantine/dates": "3.7.0-alpha.1",
"@mantine/dropzone": "3.7.0-alpha.1",
"@mantine/hooks": "3.7.0-alpha.1",
"@mantine/next": "3.7.0-alpha.1",
"@mantine/prism": "3.7.0-alpha.1",
"@modulz/radix-icons": "^4.0.0",
"@primer/octicons-react": "^17.0.0",
"dayjs": "^1.10.8",
"next": "12.0.7",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"stylis": "^4.0.13",
"stylis-plugin-rtl": "^2.1.1",
"tabler-icons-react": "^1.37.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@next/bundle-analyzer": "^12.0.7",
"@next/eslint-plugin-next": "^12.1.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"babel-loader": "^8.2.3",
"eslint": "^8.10.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-mantine": "1.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"esno": "^0.14.1",
"typescript": "4.5.2"
}
}