-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 831 Bytes
/
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
{
"name": "heather-ann-taylor",
"version": "1.0.0",
"description": "Personal website",
"main": "index.js",
"scripts": {
"start": "npm run clean && node tasks/start.js",
"clean": "rimraf dist/",
"copy": "node tasks/copy.js",
"pages": "node tasks/pages.js",
"sass": "sass src/scss/:dist/css/ --style=compressed",
"scripts": "node tasks/scripts.js",
"server": "node tasks/server.js",
"watch": "node tasks/watch.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heatherdesigns/heatheranntaylor.git"
},
"author": "Heather Ann Taylor",
"license": "ISC",
"dependencies": {
"chokidar": "^3.4.3",
"express": "^4.17.1",
"lodash": "^4.17.20",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"sass": "^1.32.0",
"shelljs": "^0.8.4"
}
}