-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 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
49
{
"name": "tateru-starter",
"version": "1.0.0",
"description": "Tateru CLI Website Starter",
"scripts": {
"lint": "eslint . --ext .js --fix",
"tateru": "tateru-cli config.json",
"build": "gulp build",
"build:prod": "gulp prod",
"watch": "gulp",
"clean:dist": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:danielsitek/tateru-starter.git"
},
"author": "Daniel Sitek <dan.sitek@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielsitek/tateru-starter/issues"
},
"homepage": "https://github.com/danielsitek/tateru-starter#readme",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.10",
"cssnano": "^5.0.17",
"del": "^6.0.0",
"eslint": "^8.9.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"postcss": "^8.4.6",
"sass": "^1.49.7",
"tateru-cli": "^1.3.1",
"webpack": "^5.68.0"
},
"dependencies": {},
"private": true,
"engines": {
"node": ">=14"
}
}