-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 984 Bytes
/
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
{
"name": "rails-changelog",
"version": "1.0.0",
"private": true,
"scripts": {
"esbuild": "node esbuild.config.js --minify",
"esbuild-dev": "node esbuild.config.js --watch"
},
"devDependencies": {
"esbuild": "^0.14.39",
"glob": "^8.0.1",
"postcss": "^8.4.12",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-load-config": "^3.1.4",
"postcss-preset-env": "^7.4.3",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.1"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.7",
"daisyui": "^2.38.0",
"esbuild-svelte": "^0.7.1",
"svelte": "^3.52.0",
"svelte-preprocess": "^4.10.7",
"typescript": "^4.8.4"
},
"prettier": {
"trailingComma": "es5",
"semi": false,
"printWidth": 150,
"htmlWhitespaceSensitivity": "ignore",
"bracketSameLine": true,
"pugPrintWidth": 130
}
}