forked from Frontend-Layers/scss-reset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.11 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
{
"name": "scss-reset",
"version": "1.2.3",
"description": "SCSS Reset",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/andreymatin/scss-reset.git"
},
"authors": [
{
"name": "Andrey Matin",
"url": "https://github.com/andreymatin"
},
{
"name": "Rémi Bernard",
"url": "https://github.com/remib18"
}
],
"browserslist": [
"> 1%"
],
"keywords": [
"css",
"scss",
"reset"
],
"bugs": {
"url": "https://github.com/andreymatin/scss-reset/issues"
},
"homepage": "https://github.com/andreymatin/scss-reset#readme",
"directories": {
"test": "test"
},
"scripts": {
"prod": "gulp"
},
"devDependencies": {
"sass": "^1.51.0",
"autoprefixer": "^10.4.7",
"cssnano": "^5.1.7",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-clean-css": "^4.3.0",
"gulp-connect": "^5.7.0",
"gulp-notify": "^4.0.0",
"gulp-open": "^3.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0"
}
}