-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@blaze/site",
"version": "1.0.0",
"private": true,
"description": "Open Source UI Toolkit - Site",
"author": "Gregory Pratt",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BlazeSoftware/site.git"
},
"bugs": {
"url": "https://github.com/BlazeSoftware/site/issues"
},
"homepage": "https://www.blazeui.com",
"keywords": [
"html",
"sass",
"scss",
"css",
"bem",
"itcss",
"bemit",
"ui",
"ux",
"framework",
"components",
"webcomponents",
"stencil",
"stenciljs"
],
"scripts": {
"build": "stencil build --prerender",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"stylelint": "stylelint \"src/**/*.scss\" --fix"
},
"devDependencies": {
"@blaze/atoms": "13.0.0",
"@blaze/css": "12.2.0",
"@stencil/core": "2.17.4",
"@stencil/postcss": "2.1.0",
"@stencil/router": "1.0.1",
"@stencil/sass": "1.5.2",
"@stencil/store": "2.0.0",
"@types/cssnano": "5.1.0",
"@types/jest": "27.4.1",
"@types/puppeteer": "5.4.5",
"cssnano": "5.1.13",
"firebase": "9.9.3",
"jest": "27.5.1",
"jest-cli": "27.5.1",
"postcss": "8.4.16",
"puppeteer": "13.5.1",
"stylelint": "14.11.0",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-standard": "28.0.0",
"stylelint-config-standard-scss": "5.0.0",
"stylelint-scss": "4.3.0",
"workbox-build": "6.5.4"
}
}