-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.15 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.15 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
50
51
52
53
54
{
"name": "ramigs",
"version": "1.0.0",
"description": "ramigs' personal website and tech-blog",
"author": "ramigs <ramigs@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ramigs/ramigs.dev"
},
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"clean": "rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 6",
"android >= 4",
"bb >= 10"
],
"keywords": [
"ramigs",
"eleventy",
"netlify",
"gulp",
"webpack"
],
"devDependencies": {
"@11ty/eleventy": "^0.7.1",
"@fortawesome/fontawesome-free": "^5.14.0",
"autoprefixer": "^9.8.6",
"browser-sync": "^2.26.12",
"cssnano": "^4.1.10",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"luxon": "^1.25.0",
"webpack": "^4.44.1",
"webpack-stream": "^5.2.1"
},
"dependencies": {}
}