-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 870 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 870 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
30
31
{
"name": "loveandcoding.com",
"version": "1.0.0",
"description": "Personal site for Alexis Hushbeck",
"main": "index.html",
"repository": "git@github.com:LoveAndCoding/loveandcoding.com.git",
"author": "Alexis Hushbeck <github@imgineme.com>",
"license": "CC-BY-NC-4.0",
"private": true,
"scripts": {
"build": "rollup --config rollup.config.js",
"serve": "rollup --config rollup.config.js -w -s"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.2",
"finalhandler": "^1.1.2",
"prettier": "^2.3.2",
"rollup": "^2.53.2",
"rollup-plugin-cpy": "^2.0.1",
"rollup-plugin-html2": "^3.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-smart-asset": "^2.1.2",
"rollup-plugin-styles": "^3.14.1",
"serve-static": "^1.14.1",
"terser": "^5.7.1"
},
"dependencies": {
"three": "^0.130.1",
"typeface-work-sans": "^1.1.13"
}
}