-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "about-me",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"start": "npm run full-build && npm-run-all --parallel watch serve",
"serve": "reload -d build",
"watch": "onchange -v -i 'index.js' '{lib,templates,styles,content,cards,assets}/**/*' -- npm run build",
"clean": "./index.js clean",
"build": "./index.js build",
"fetch": "./index.js fetch",
"full-build": "npm-run-all --serial clean fetch build",
"build:production": "npm run full-build",
"build:stage": "npm run full-build"
},
"author": "Les Orchard <[email protected]>",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"classnames": "^2.2.6",
"commander": "^5.1.0",
"commonmark": "^0.29.1",
"dotenv": "^8.2.0",
"escape-html": "^1.0.3",
"feedparser": "^2.2.10",
"gh-pages": "^3.0.0",
"globby": "^11.0.1",
"http-server": "^14.1.0",
"marked": "^4.0.14",
"mkdirp": "^1.0.4",
"moment": "^2.26.0",
"node-fetch": "^2.6.0",
"npm-run-all": "^4.1.5",
"onchange": "^7.0.2",
"recursive-copy": "^2.0.10",
"reload": "^3.0.5",
"rimraf": "^3.0.2",
"sass": "^1.58.3",
"snowpack": "^2.3.1",
"spotify-web-api-node": "^4.0.0",
"timeago.js": "^4.0.2",
"twitter": "^1.7.1",
"twitter-text": "^3.1.0",
"watch": "^0.13.0",
"xml2js": "^0.4.23"
}
}