forked from beercss/beercss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.81 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
{
"author": "Everton and Leonardo",
"description": "Build material design interfaces in record time... without stress for devs.",
"homepage": "https://www.beercss.com/",
"version": "3.0.8",
"name": "beercss",
"license": "MIT",
"type": "module",
"scripts": {
"lint:ts": "eslint --ext .cjs,.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"
},
"dependencies": {
"material-dynamic-colors": "^0.1.5",
"sass": "^1.49.9",
"uuid": "^8.3.2",
"vue": "^3.2.31"
},
"devDependencies": {
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-vue": "^2.2.1",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.28.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"fs-extra": "^10.0.1",
"http": "0.0.1-security",
"http-proxy": "^1.18.1",
"postcss": "^8.4.19",
"sass": "^1.49.9",
"stylelint": "^14.15.0",
"stylelint-config-standard-scss": "^6.1.0",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vitest": "^0.16.0",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^0.29.8"
},
"files": [
"dist/cdn",
"src/cdn",
"index.js"
],
"keywords": [
"beercss",
"css",
"html",
"lightweight",
"web",
"pwa",
"material-design",
"beer",
"responsive",
"css-framework"
],
"repository": {
"type": "git",
"url": "git+https://github.com/beercss/beercss.git"
},
"bugs": {
"url": "https://github.com/beercss/beercss/issues"
}
}