-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "awesome-windicss",
"version": "1.0.0",
"description": "Awesome things related to Windi CSS",
"main": "index.js",
"scripts": {
"test": "sucrase-node test/run.ts",
"test:update": "cross-env UPDATE_SNAPSHOT=true sucrase-node test/run.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windicss/awesome-windicss.git"
},
"keywords": [],
"author": "Veritas Raven",
"license": "MIT",
"bugs": {
"url": "https://github.com/windicss/awesome-windicss/issues"
},
"homepage": "https://github.com/windicss/awesome-windicss#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.8",
"@types/jasmine": "^3.6.4",
"@types/js-yaml": "^4.0.0",
"@types/node": "^14.14.31",
"chalk": "^4.1.0",
"cross-env": "^7.0.3",
"diff": "^5.0.0",
"fs-extra": "^9.1.0",
"jasmine": "^3.6.4",
"jasmine-spec-reporter": "^6.0.0",
"js-yaml": "^4.0.0",
"pirates": "^4.0.1",
"sucrase": "^3.17.1",
"tailwind-bootstrap-grid": "^3.3.0",
"tailwind-color-vars": "^0.1.3",
"tailwind-heropatterns": "^0.0.8",
"tailwind-nord": "^1.2.0",
"tailwind-scrollbar": "^1.0.2",
"tailwindcss-blend-mode": "^1.0.0",
"tailwindcss-border-gradients": "^2.0.3",
"tailwindcss-elevation": "^1.0.1",
"tailwindcss-fluid": "^0.2.0",
"tailwindcss-gradients": "^3.0.0",
"tailwindcss-hero-patterns": "^0.0.1",
"tailwindcss-triangle-after": "^1.2.0",
"tailwindcss-truncate-multiline": "^1.0.3",
"typescript": "^4.2.2",
"windicss": "^3.0.12"
}
}