forked from openSUSE/chameleon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 KB
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
{
"name": "@opensuse/chameleon",
"version": "2.0.0",
"description": "openSUSE Design System for Web",
"main": "dist/js/chameleon.js",
"module": "src/js/chameleon.js",
"sass": "src/sass/chameleon.scss",
"style": "dist/css/chameleon.css",
"scripts": {
"start": "gulp watch",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openSUSE/chameleon.git"
},
"author": "Guo Yunhe",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/openSUSE/chameleon/issues"
},
"homepage": "https://github.com/openSUSE/chameleon#readme",
"dependencies": {
"sticky-scroller": "^0.4.0"
},
"peerDependencies": {
"bootstrap": "^4.5.0",
"jquery": "^3.5.1"
},
"devDependencies": {
"bootstrap": "^4.6.0",
"bootstrap-icons": "^1.3.0",
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-buffer": "0.0.2",
"gulp-cli": "^2.3.0",
"gulp-connect": "^5.7.0",
"gulp-dart-sass": "^1.0.2",
"gulp-open": "^3.0.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"gulp-wait": "0.0.2",
"gulplog": "^1.0.0",
"jquery": "^3.5.1",
"jstransformer-markdown-it": "^2.1.0",
"prettier": "^2.2.1"
},
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11",
"maintained node versions"
]
}