-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.38 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.38 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
{
"name": "designscale",
"private": true,
"version": "1.0.0",
"type": "module",
"keywords": [
"react",
"vite",
"mantine",
"scale",
"cheat",
"sheet",
"design",
"ui",
"ux"
],
"author": "Daniel Dogeanu <contact@danieldogeanu.com> (https://danieldogeanu.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/danieldogeanu/designscale.git"
},
"bugs": {
"url": "https://github.com/danieldogeanu/designscale/issues"
},
"homepage": "https://github.com/danieldogeanu/designscale#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@tabler/icons-react": "^2.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.12.2",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.69.5",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.2.0"
}
}