-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 581 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 581 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
{
"name": "social-planner",
"author": "Anton Lukin",
"description": "Social Planner",
"license": "MIT",
"scripts": {
"build": "gulp build"
},
"prettier": {
"printWidth": 120
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@wordpress/eslint-plugin": "^9.0.6",
"eslint": "^7.31.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.1.0",
"sass": "^1.35.2"
},
"dependencies": {}
}