UNPKG

4.57 kBJSONView Raw
1{
2 "name": "@bulmil/core",
3 "version": "0.45.1",
4 "repository": "git@github.com:gomah/bulmil.git",
5 "author": "Gomah <hi@gomah.fr>",
6 "homepage": "https://bulmil.vercel.app/",
7 "license": "MIT",
8 "files": [
9 "bulmil.scss",
10 "src/styles/",
11 "dist/"
12 ],
13 "keywords": [
14 "bulmil",
15 "bulma",
16 "css",
17 "stencil",
18 "stenciljs",
19 "storybook",
20 "angular",
21 "vue",
22 "react",
23 "ember",
24 "vanilla",
25 "ui-framework",
26 "custom-elements",
27 "webcomponents",
28 "web-components"
29 ],
30 "main": "dist/index.cjs.js",
31 "module": "dist/index.js",
32 "es2015": "dist/esm/index.mjs",
33 "es2017": "dist/esm/index.mjs",
34 "collection": "dist/collection/collection-manifest.json",
35 "collection:main": "dist/collection/index.js",
36 "types": "dist/types/index.d.ts",
37 "unpkg": "dist/bulmil/bulmil.js",
38 "style": "dist/css/bulmil.min.css",
39 "sass": "bulmil.scss",
40 "publishConfig": {
41 "access": "public"
42 },
43 "bugs": {
44 "url": "https://github.com/gomah/bulmil/issues"
45 },
46 "scripts": {
47 "build": "yarn build:clean && yarn build:components && yarn build:scss && yarn build:autoprefix && yarn build:min",
48 "build:autoprefix": "postcss --use autoprefixer --map false --output dist/css/bulmil.css dist/css/bulmil.css",
49 "build:min": "cleancss -o dist/css/bulmil.min.css dist/css/bulmil.css",
50 "build:scss": "node-sass --include-path node_modules --include-path ../../node_modules --output-style expanded --source-map true bulmil.scss dist/css/bulmil.css",
51 "build:docs": "node --max_old_space_size=1024 ../../node_modules/.bin/stencil build --docs",
52 "build:clean": "rimraf dist",
53 "build:components": "node --max_old_space_size=1024 ../../node_modules/.bin/stencil build --prod",
54 "start": "node --max_old_space_size=1024 ../../node_modules/.bin/stencil build --dev --watch --serve",
55 "release": "yarn run test && standard-version && git push --follow-tags && npm publish",
56 "watch": "node --max_old_space_size=4096 ../../node_modules/.bin/stencil build --watch --recursive --serve",
57 "test:lint:ts": "eslint --ext .ts,.tsx --ignore-path .gitignore --ignore-path .eslintignore src/core/",
58 "test:lint:scss": "stylelint 'src/**/*.scss'",
59 "test:stencil:e2e": "node --max_old_space_size=1024 ../../node_modules/.bin/stencil test --e2e",
60 "test:stencil:e2e.watch": "node --max_old_space_size=1024 ../../node_modules/.bin/stencil test --e2e --watchAll",
61 "test:stencil:unit": "node --max_old_space_size=1024 ../../node_modules/.bin/stencil test --spec",
62 "test:stencil:unit:watch": "node --max_old_space_size=1024 ../../node_modules/.bin/stencil test --spec --watch",
63 "test:stencil:snapshots": "node --max_old_space_size=1024 ../../node_modules/.bin/stencil test --e2e --screenshot",
64 "test:stencil": "yarn run test:stencil:unit && yarn run test:stencil:e2e",
65 "test": "yarn run test:lint:ts && yarn run test:lint:scss && yarn run test:stencil"
66 },
67 "devDependencies": {
68 "@stencil/angular-output-target": "0.8.2",
69 "@stencil/core": "4.4.1",
70 "@stencil/eslint-plugin": "0.4.0",
71 "@stencil/postcss": "2.1.0",
72 "@stencil/react-output-target": "0.5.3",
73 "@stencil/sass": "3.0.6",
74 "@stencil/svelte-output-target": "0.0.3",
75 "@stencil/vue-output-target": "0.8.6",
76 "@types/autoprefixer": "10.2.0",
77 "@types/jest": "27.5.2",
78 "@types/node": "18.14.2",
79 "@types/puppeteer": "5.4.7",
80 "@typescript-eslint/eslint-plugin": "6.7.4",
81 "@typescript-eslint/parser": "6.7.4",
82 "babel-loader": "8.3.0",
83 "clean-css-cli": "5.6.2",
84 "css-loader": "6.7.3",
85 "eslint": "8.35.0",
86 "eslint-config-prettier": "8.6.0",
87 "eslint-plugin-prettier": "4.2.1",
88 "eslint-plugin-react": "7.32.2",
89 "jest": "27.5.1",
90 "jest-cli": "27.5.1",
91 "node-sass": "7.0.3",
92 "postcss": "8.4.21",
93 "postcss-cli": "10.1.0",
94 "prettier": "2.8.4",
95 "puppeteer": "16.2.0",
96 "rimraf": "4.1.2",
97 "sass-loader": "12.6.0",
98 "standard-version": "9.5.0",
99 "style-loader": "3.3.1",
100 "stylelint": "14.16.1",
101 "stylelint-a11y": "1.2.3",
102 "stylelint-config-prettier": "9.0.5",
103 "stylelint-config-recommended": "7.0.0",
104 "stylelint-config-standard-scss": "3.0.0",
105 "stylelint-prettier": "2.0.0",
106 "stylelint-scss": "4.4.0",
107 "workbox-build": "6.5.4"
108 },
109 "dependencies": {
110 "@creativebulma/bulma-badge": "1.0.1",
111 "@creativebulma/bulma-divider": "1.1.0",
112 "bulma-scss": "0.9.4",
113 "bulma-slider": "2.0.4",
114 "bulma-switch": "2.0.4"
115 },
116 "gitHead": "fd114093cc5b8cd07b0e72c69f4d73f128429723"
117}