-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 KB
/
package.json
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": "noahbrenner.github.io",
"description": "Noah Brenner's portfolio website.",
"scripts": {
"build": "gulp build",
"start": "gulp watch",
"lint": "tsc --project . --noEmit && eslint . --config .eslintrc.full.json --ignore-path .gitignore",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noahbrenner/noahbrenner.github.io.git"
},
"author": "Noah Brenner",
"license": "MIT",
"bugs": {
"url": "https://github.com/noahbrenner/noahbrenner.github.io/issues"
},
"homepage": "https://noahbrenner.github.io/",
"devDependencies": {
"@types/browser-sync": "~2.26.1",
"@types/clean-css": "~4.2.2",
"@types/gulp": "~4.0.6",
"@types/gulp-autoprefixer": "0.0.32",
"@types/gulp-sass": "~4.0.0",
"@types/sharp": "~0.25.0",
"@types/through2": "~2.0.36",
"@typescript-eslint/eslint-plugin": "~3.6.1",
"@typescript-eslint/parser": "~3.6.1",
"browser-sync": "~2.26.14",
"clean-css": "~4.2.3",
"del": "~5.1.0",
"eslint": "~7.4.0",
"eslint-config-airbnb-base": "~14.2.0",
"eslint-plugin-import": "~2.22.0",
"gulp": "~4.0.2",
"gulp-autoprefixer": "~7.0.1",
"gulp-pug": "~4.0.1",
"gulp-sass": "~4.1.0",
"node-sass": "~4.14.1",
"rollup": "~2.21.0",
"rollup-plugin-terser": "~6.1.0",
"rollup-plugin-typescript2": "~0.27.1",
"sharp": "~0.25.4",
"ts-node": "~8.10.2",
"typescript": "~3.9.7"
}
}