-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 998 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
39
40
41
42
43
44
45
{
"name": "tikit",
"version": "1.0.13",
"description": "A collection of ready-made components for Titanium Apps",
"main": "index.js",
"scripts": {
"build": "node ./core/scripts/build-components"
},
"bin": {
"tikit": "bin/tikit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macCesar/tikit.git"
},
"keywords": [
"Appcelerator",
"Titanium",
"components",
"UI",
"UX",
"purgeTSS",
"tailwind"
],
"author": "César Estrada",
"license": "ISC",
"bugs": {
"url": "https://github.com/macCesar/tikit/issues"
},
"homepage": "https://github.com/macCesar/tikit#readme",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.1",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"prompts": "^2.4.2",
"tailwindcss": "^3.4.3",
"update-notifier": "^5.1.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-axway": "^9.0.0",
"eslint-plugin-alloy": "^1.2.1"
}
}