UNPKG

4.25 kBJSONView Raw
1{
2 "name": "bulmil",
3 "version": "0.4.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.2",
65 "@stencil/core": "^1.14.0",
66 "@stencil/eslint-plugin": "^0.3.1",
67 "@stencil/postcss": "^1.0.1",
68 "@stencil/react-output-target": "^0.0.6",
69 "@stencil/sass": "^1.3.1",
70 "@types/autoprefixer": "^9.7.2",
71 "@types/jest": "25.2.3",
72 "@types/node": "^14.0.12",
73 "@types/puppeteer": "1.20.3",
74 "@typescript-eslint/eslint-plugin": "^3.2.0",
75 "@typescript-eslint/parser": "^3.2.0",
76 "autoprefixer": "^9.8.0",
77 "babel-loader": "^8.1.0",
78 "clean-css-cli": "^4.3.0",
79 "css-loader": "^3.5.3",
80 "eslint": "^7.2.0",
81 "eslint-config-prettier": "^6.11.0",
82 "eslint-plugin-prettier": "^3.1.3",
83 "eslint-plugin-react": "^7.20.0",
84 "jest": "26.0.1",
85 "jest-cli": "26.0.1",
86 "node-sass": "^4.14.1",
87 "postcss-cli": "^7.1.1",
88 "prettier": "^2.0.5",
89 "puppeteer": "2.1.1",
90 "rimraf": "^3.0.2",
91 "sass-loader": "^8.0.2",
92 "standard-version": "^8.0.0",
93 "style-loader": "^1.2.1",
94 "stylelint": "^13.6.0",
95 "stylelint-a11y": "^1.2.3",
96 "stylelint-config-recommended": "^3.0.0",
97 "stylelint-prettier": "^1.1.2",
98 "stylelint-scss": "^3.17.2",
99 "workbox-build": "^5.1.3"
100 },
101 "dependencies": {
102 "bulma-divider": "^0.2.0",
103 "bulma-scss": "^0.9.0",
104 "bulma-slider": "^2.0.0",
105 "bulma-switch": "^2.0.0"
106 },
107 "gitHead": "4f574d17cae924d8c108c0ace2df3bd0981e2356"
108}