-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 852 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 852 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
31
32
33
{
"name": "type",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp dev",
"prod": "gulp prod",
"lint:css": "stylelint 'src/stylesheets/**/*.scss'",
"lint:css:fix": "stylelint 'src/stylesheets/**/*.scss' --fix"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.29.3",
"gulp": "^4.0.2",
"gulp-html-beautify": "^1.0.1",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.2.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-typescript": "^5.0.1",
"sass": "^1.66.1",
"stylelint": "^16.20.0",
"stylelint-config-recess-order": "^7.1.0",
"stylelint-config-standard-scss": "^15.0.1",
"typescript": "^5.4.5"
},
"volta": {
"node": "18.19.0"
}
}