-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.49 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": "ketocss",
"author": "Claudius A.",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"description": "KetoCSS | The super-performant, variable-based, mobile-first, React-based, lean atomic design framework!",
"homepage": "https://github.com/ClaudiusAyadi/ketoCSS",
"repository": {
"type": "git",
"url": "https://github.com/ClaudiusAyadi/ketoCSS.git"
},
"keywords": [
"css",
"sass",
"custom properties",
"variables",
"utilities",
"modern css",
"responsive design",
"gradients",
"flexbox",
"grid",
"ketoCSS",
"adun.studio",
"sass-starter-template",
"postcss",
"postcss-purgecss",
"postcss-preset-env",
"cssnano"
],
"bugs": {
"url": "https://github.com/ClaudiusAyadi/ketoCSS/issues",
"email": "grow@adun.studio"
},
"browserslist": [
"defaults"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"cssnano": "^6.0.1",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.30",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^9.1.4",
"sass": "^1.69.5",
"vite": "^5.0.0"
}
}