forked from andreasbm/web-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.62 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.62 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "web-skills",
"description": "A visual overview of useful skills to learn as a web developer",
"type": "module",
"license": "MIT",
"author": "Andreas Mehlsen",
"bugs": {
"url": "https://github.com/andreasbm/web-skills/issues"
},
"homepage": "https://github.com/andreasbm/web-skills#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/andreasbm/web-skills.git"
},
"keywords": [
"web",
"skills",
"learn",
"overview",
"links",
"html",
"css",
"javascript",
"accessibility",
"web components",
"pwa",
"build tools",
"frameworks",
"testing",
"architecture",
"design",
"ux",
"algorithms",
"backend"
],
"scripts": {
"serve": "npx servor . index.html 1614 --browse",
"s": "npm run serve",
"deploy": "firebase deploy",
"lit-check": "npx lit-analyzer . --strict",
"generate-blueprint": "node --experimental-modules generate-blueprint.js",
"readme": "npm run generate-blueprint && npx @appnest/readme generate",
"snowpack": "npx snowpack --optimize --include \"src/**/*.js\"",
"prepare": "npm run snowpack"
},
"contributors": [
{
"name": "Andreas Mehlsen",
"url": "https://twitter.com/andreasmehlsen",
"img": "https://avatars1.githubusercontent.com/u/6267397?s=460&v=4",
"info": [
"🔥"
]
},
{
"name": "You?",
"img": "https://joeschmoe.io/api/v1/random",
"url": "https://github.com/andreasbm/readme/blob/master/CONTRIBUTING.md"
}
],
"dependencies": {
"firebase": "^7.13.2",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"web-dialog": "0.0.11"
},
"devDependencies": {
"servor": "^3.2.0",
"snowpack": "^1.6.0"
}
}