-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
75 lines (75 loc) · 2 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
72
73
74
75
{
"name": "bulma-slider",
"version": "2.0.5",
"description": "Display classic slider more sexy, in different colors, sizes, and states ",
"main": "dist/js/bulma-slider.min.js",
"style": "dist/css/bulma-slider.min.css",
"sass": "src/sass/index.sass",
"scripts": {
"build": "gulp",
"commit": "git-cz",
"precommit": "npm test",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"watch:test": "jest test/index.test.js -w",
"test": "jest test/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wikiki/bulma-slider.git"
},
"keywords": [
"Bulma",
"bulma",
"bulma.io",
"extensions",
"slider"
],
"author": "Wikiki <[email protected]> (https://wikiki.github.io/bulma-extensions/overview)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wikiki/bulma-slider/issues"
},
"homepage": "https://github.com/Wikiki/bulma-slider#readme",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"ansi-colors": "^4.1.1",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.3",
"bulma": "^0.9.3",
"camelcase": "^6.3.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"del": "^6.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-nop": "^0.0.3",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"jest": "^27.4.7",
"regenerator-runtime": "^0.13.9",
"sass": "^1.48.0",
"semantic-release": "^18.0.1",
"travis-deploy-once": "^5.0.11",
"webpack": "^5.66.0",
"webpack-stream": "^7.0.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"files": [
"dist/**",
"src/**",
"LICENSE",
"README.md"
]
}