-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1004 Bytes
/
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
{
"name": "stylebox",
"version": "0.0.15",
"description": "Simple flexbox-based CSS library, written in SCSS.",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aristovpro/stylebox.git"
},
"author": "Nikita Aristov <nikita.aristov@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/aristovpro/stylebox/issues"
},
"homepage": "https://aristovpro.github.io/stylebox/",
"browserslist": [
"> 1%",
"IE >= 10",
"iOS 7"
],
"devDependencies": {
"babel-eslint": "^10.1.0",
"browser-sync": "^2.29.1",
"del": "^7.0.0",
"eslint": "^8.37.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-load-plugins": "^2.0.8",
"gulp-sass": "^5.1.0",
"gulp-watch": "^5.0.1",
"highlight": "^0.2.4",
"highlight.js": "10.4.1",
"marked": "^4.3.0",
"sass": "^1.60.0",
"statil": "^0.9.0"
}
}