-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.63 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": "tamil-quotes-image-generator",
"version": "0.0.1",
"description": "Free Tamil Quotes and Kavithai image Generator - Easy to use Just like Writing in Paper.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --bundleConfigAsCjs",
"dev": "rollup -c -w --bundleConfigAsCjs",
"start": "http-server ./public -c-1 --p 3001",
"lint": "eslint . --ext .js --cache",
"lintfix": "eslint . --ext .js --fix",
"css": "tailwindcss -m -i ./styles/tailwind.css -o public/build/app.css",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,html}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mskian/quotes-image-generator.git"
},
"keywords": [
"quotes maker",
"quotes"
],
"author": "Santhosh Veer",
"license": "MIT",
"bugs": {
"url": "https://github.com/mskian/quotes-image-generator/issues"
},
"homepage": "https://github.com/mskian/quotes-image-generator#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@tailwindcss/forms": "^0.5.10",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"http-server": "^14.1.1",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"rollup": "^4.31.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"alpinejs": "^3.14.8",
"html2canvas": "^1.4.1",
"sanitize-html": "^2.14.0",
"toastify-js": "^1.12.0"
}
}