-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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
{
"name": "javascript-practice",
"version": "1.0.0",
"description": "node 10.13.0\r npm 6.9.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx gulp",
"lint:css": "stylelint **/*.{css,scss,sass}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuto-1220/javascript-practice.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuto-1220/javascript-practice/issues"
},
"homepage": "https://github.com/yuto-1220/javascript-practice#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"browser-sync": "^2.26.14",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-svgmin": "^3.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpeg-recompress": "^7.0.0",
"imagemin-pngquant": "^9.0.1",
"pug": "^3.0.2"
},
"dependencies": {
"gulp-uglify": "^3.0.2",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0"
}
}