forked from beercss/beercss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.23 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.23 KB
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
77
{
"author": "Everton and Leonardo",
"description": "Build material design interfaces in record time... without stress for devs.",
"homepage": "https://www.beercss.com/",
"version": "4.0.20",
"name": "beercss",
"license": "MIT",
"type": "module",
"scripts": {
"lint": "npm run lint:ts && npm run lint:style",
"lint:ts": "eslint . --ext .js,.ts,.vue --fix",
"lint:style": "stylelint --fix \"src/**/*.css\"",
"dev": "node ./build/dev.js",
"build": "node ./build/build.js && node ./build/cdn.js",
"test": "vitest",
"llms": "node ./build/llms.js"
},
"devDependencies": {
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/jsdom": "^21.1.7",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/language-plugin-pug": "^2.2.10",
"brotli-size": "^4.0.0",
"eslint": "^8.57.0",
"eslint-config-love": "^52.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue-pug": "^0.6.2",
"fs-extra": "^11.2.0",
"jsdom": "^24.1.3",
"pug": "^3.0.3",
"stylelint": "^16.6.1",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.4.5",
"vite": "^6.2.3",
"vitest": "^3.0.9",
"vue": "^3.4.27",
"vue-eslint-parser": "^9.4.2",
"vue-eslint-parser-template-tokenizer-pug": "^0.4.11",
"vue-tsc": "^2.0.19"
},
"files": [
"custom-element",
"dist/cdn",
"scoped",
"src/cdn",
"index.d.ts",
"index.js"
],
"keywords": [
"css",
"material",
"semantic html",
"design system",
"material you",
"material 3",
"material design 3",
"material 3 expressive",
"class-light"
],
"repository": {
"type": "git",
"url": "git+https://github.com/beercss/beercss.git"
},
"bugs": {
"url": "https://github.com/beercss/beercss/issues"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"dependencies": {
"material-dynamic-colors": "^1.1.4"
}
}