-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.14 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
{
"name": "cra-template-kluth",
"version": "1.2.3",
"keywords": [
"react",
"create-react-app",
"template",
"typescript"
],
"description": "Pretty empty and clean template to start from.",
"repository": {
"type": "git",
"url": "https://github.com/kluth/cra-template-kluth.git",
"directory": "packages/cra-template-kluth"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/kluth/cra-template-kluth/issues"
},
"files": [
"template",
"template.json",
"tailwind.config.js"
],
"dependencies": {
"react-router-dom": "^6.2.1"
},
"devDependencies": {
"@types/react-router-dom": "^5.3.2",
"@types/tailwindcss": "^2.2.4",
"autoprefixer": "^10.4.0",
"cypress": "^9.1.1",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7"
},
"author": {
"name": "Matthias Kluth",
"email": "[email protected]",
"url": "https://kluth.me"
},
"prettier": {
"jsxSingleQuote": true,
"semi": false,
"printWidth": 80,
"bracketSpacing": true,
"bracketSameLine": true,
"embeddedLanguageFormatting": "auto"
}
}