-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 828 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 828 Bytes
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
{
"name": "theme_name",
"version": "1.0.0",
"description": "Theme packages",
"author": "Lucas Mignot",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"eslint": "^6.4.0",
"eslint-config-google": "^0.14.0",
"eslint-config-recommended": "^4.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.1",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^9.0.0",
"stylelint": "^11.0.0",
"stylelint-config-standard-scss": "^1.1.0",
"stylelint-scss": "^3.11.0"
}
}