-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2.48 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "purgetss",
"version": "6.3.8",
"description": "A package that simplifies mobile app creation for Titanium developers.",
"main": "index.js",
"bin": {
"purgetss": "bin/purgetss"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"build": "npm run build:all",
"notifier": "node ./lib/test-function",
"build:module": "node ./lib/build-module",
"build:tailwind": "node ./lib/build-tailwind",
"build:tailwind-legacy": "node ./lib/build-tailwind-legacy",
"build:fonts": "node ./lib/build-fonts-folder",
"build:fa": "node ./lib/build-fontawesome-free-tss",
"build:fa-js": "node ./lib/build-fontawesome-free-js",
"build:material": "node ./lib/build-material-icons-tss",
"build:material-js": "node ./lib/build-material-icons-js",
"build:symbols": "node ./lib/build-material-symbols-tss",
"build:symbols-js": "node ./lib/build-material-symbols-js",
"build:framework7": "node ./lib/build-framework7-icons-tss",
"build:framework7-js": "node ./lib/build-framework7-icons-js",
"build:all": "npm run build:module && npm run build:tailwind && npm run build:fa && npm run build:fa-js && npm run build:material && npm run build:material-js && npm run build:symbols && npm run build:symbols-js && npm run build:framework7 && npm run build:framework7-js && npm run build:fonts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macCesar/purgeTSS.git"
},
"keywords": [
"Appcelerator",
"Titanium",
"tailwind.tss",
"fontawesome.tss",
"cli"
],
"author": "César Estrada",
"license": "MIT",
"bugs": {
"url": "https://github.com/macCesar/purgeTSS/issues"
},
"homepage": "https://github.com/macCesar/purgeTSS#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"caporal": "^1.4.0",
"chalk": "^4.1.2",
"chroma-js": "^2.4.2",
"command-exists": "^1.2.9",
"fontname": "^1.0.1",
"framework7-icons": "^5.0.5",
"glob": "^7.2.0",
"inquirer": "^8.2.4",
"junk": "3.1.0",
"lodash": "^4.17.21",
"ntcjs": "^1.1.3",
"path": "^0.12.7",
"prompts": "^2.4.2",
"read-css": "^0.3.0",
"tailwindcss": "^3.4.17",
"traverse": "^0.6.10",
"update-notifier": "^5.1.0",
"uuid": "^9.0.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"jest": "^29.7.0"
}
}