1 | {
|
2 | "name": "bulmil",
|
3 | "version": "0.7.1",
|
4 | "repository": "git@github.com:gomah/bulmil.git",
|
5 | "author": "Gomah <hi@gomah.fr>",
|
6 | "license": "MIT",
|
7 | "files": [
|
8 | "bulmil.scss",
|
9 | "src/styles/",
|
10 | "dist/"
|
11 | ],
|
12 | "keywords": [
|
13 | "bulmil",
|
14 | "bulma",
|
15 | "css",
|
16 | "stencil",
|
17 | "stenciljs",
|
18 | "storybook",
|
19 | "angular",
|
20 | "vue",
|
21 | "react",
|
22 | "ember",
|
23 | "vanilla",
|
24 | "ui-framework",
|
25 | "custom-elements",
|
26 | "webcomponents",
|
27 | "web-components"
|
28 | ],
|
29 | "main": "dist/index.js",
|
30 | "module": "dist/index.mjs",
|
31 | "es2015": "dist/esm/index.mjs.js",
|
32 | "es2017": "dist/esm/index.mjs.js",
|
33 | "jsnext:main": "dist/esm/index.mjs",
|
34 | "types": "dist/types/index.d.ts",
|
35 | "collection": "dist/collection/collection-manifest.json",
|
36 | "collection:main": "dist/collection/index.js",
|
37 | "unpkg": "dist/bulmil/bulmil.js",
|
38 | "style": "dist/css/bulmil.min.css",
|
39 | "publishConfig": {
|
40 | "access": "public"
|
41 | },
|
42 | "scripts": {
|
43 | "build": "yarn build:clean && yarn build:components && yarn build:scss && yarn build:autoprefix && yarn build:min",
|
44 | "build:autoprefix": "postcss --use autoprefixer --map false --output dist/css/bulmil.css dist/css/bulmil.css",
|
45 | "build:min": "cleancss -o dist/css/bulmil.min.css dist/css/bulmil.css",
|
46 | "build:scss": "node-sass --include-path node_modules --include-path ../../node_modules --output-style expanded --source-map true bulmil.scss dist/css/bulmil.css",
|
47 | "build:docs": "node --max_old_space_size=1024 ./node_modules/.bin/stencil build --docs",
|
48 | "build:clean": "rimraf dist",
|
49 | "build:components": "node --max_old_space_size=1024 ./node_modules/.bin/stencil build --prod",
|
50 | "start": "node --max_old_space_size=1024 ./node_modules/.bin/stencil build --dev --watch --serve",
|
51 | "release": "yarn run test && standard-version && git push --follow-tags && npm publish",
|
52 | "watch": "node --max_old_space_size=4096 ./node_modules/.bin/stencil build --watch --recursive --serve",
|
53 | "test:lint:ts": "eslint --ext .ts,.tsx --ignore-path .gitignore --ignore-path .eslintignore src/core/",
|
54 | "test:lint:scss": "stylelint 'src/**/*.scss' --syntax scss",
|
55 | "test:stencil:e2e": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --e2e",
|
56 | "test:stencil:e2e.watch": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --e2e --watchAll",
|
57 | "test:stencil:unit": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --spec",
|
58 | "test:stencil:unit:watch": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --spec --watch",
|
59 | "test:stencil:snapshots": "node --max_old_space_size=1024 ./node_modules/.bin/stencil test --e2e --screenshot",
|
60 | "test:stencil": "yarn run test:stencil:unit && yarn run test:stencil:e2e",
|
61 | "test": "yarn run test:lint:ts && yarn run test:lint:scss && yarn run test:stencil"
|
62 | },
|
63 | "devDependencies": {
|
64 | "@stencil/angular-output-target": "^0.0.4",
|
65 | "@stencil/core": "^1.17.3",
|
66 | "@stencil/eslint-plugin": "^0.3.1",
|
67 | "@stencil/postcss": "^1.0.1",
|
68 | "@stencil/react-output-target": "^0.0.8",
|
69 | "@stencil/sass": "^1.3.2",
|
70 | "@stencil/vue-output-target": "^0.0.2",
|
71 | "@types/autoprefixer": "^9.7.2",
|
72 | "@types/jest": "26.0.9",
|
73 | "@types/node": "^14.0.27",
|
74 | "@types/puppeteer": "3.0.1",
|
75 | "@typescript-eslint/eslint-plugin": "^3.9.0",
|
76 | "@typescript-eslint/parser": "^3.9.0",
|
77 | "autoprefixer": "^9.8.6",
|
78 | "babel-loader": "^8.1.0",
|
79 | "clean-css-cli": "^4.3.0",
|
80 | "css-loader": "^4.2.1",
|
81 | "eslint": "^7.6.0",
|
82 | "eslint-config-prettier": "^6.11.0",
|
83 | "eslint-plugin-prettier": "^3.1.4",
|
84 | "eslint-plugin-react": "^7.20.5",
|
85 | "jest": "26.3.0",
|
86 | "jest-cli": "26.3.0",
|
87 | "node-sass": "^4.14.1",
|
88 | "postcss-cli": "^7.1.1",
|
89 | "prettier": "^2.0.5",
|
90 | "puppeteer": "5.2.1",
|
91 | "rimraf": "^3.0.2",
|
92 | "sass-loader": "^9.0.3",
|
93 | "standard-version": "^8.0.2",
|
94 | "style-loader": "^1.2.1",
|
95 | "stylelint": "^13.6.1",
|
96 | "stylelint-a11y": "^1.2.3",
|
97 | "stylelint-config-recommended": "^3.0.0",
|
98 | "stylelint-prettier": "^1.1.2",
|
99 | "stylelint-scss": "^3.18.0",
|
100 | "workbox-build": "^5.1.3"
|
101 | },
|
102 | "dependencies": {
|
103 | "@creativebulma/bulma-badge": "^1.0.1",
|
104 | "bulma-divider": "^0.2.0",
|
105 | "bulma-scss": "^0.9.0",
|
106 | "bulma-slider": "^2.0.4",
|
107 | "bulma-switch": "^2.0.0"
|
108 | },
|
109 | "gitHead": "8337219e6fa9bbbafbcef0c0192d8d606aee2791"
|
110 | }
|