-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 882 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 882 Bytes
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
{
"name": "purgetss-sample-app",
"version": "2.0.0",
"description": "A [Titanium App](https://www.appcelerator.com/mobile-app-development-products/) showcasing [Tailwind-like](https://tailwindcss.com/) styles applied with [PurgeTSS](https://purgetss.com/).",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macCesar/tailwind.tss-sample-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/macCesar/tailwind.tss-sample-app/issues"
},
"homepage": "https://github.com/macCesar/tailwind.tss-sample-app#readme",
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-axway": "^9.0.0",
"eslint-plugin-alloy": "^1.2.1",
"tailwindcss": "^4.1.10"
}
}