-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 Bytes
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
{
"name": "user512.github.io",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:user512/user512.github.io.git",
"author": "Tom Lee <user512@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"clean": "rm -rf dist",
"nuke": "rm -rf node_modules dist"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
"sass": "^1.27.0"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free": "^5.15.1",
"fontsource-roboto-mono": "^3.0.3",
"normalize.css": "^8.0.1",
"preact": "^10.5.5",
"typed.js": "^2.0.11"
},
"babel": {
"skipLibCheck": true
}
}