-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.06 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
{
"name": "selection-tool",
"version": "1.0.0",
"description": "This tool consumes the applicant information from the Tally \"student application form\". All the applicant responses are manually added to the tool, as well as the projects.",
"main": "index.js",
"scripts": {
"eleventy": "npx @11ty/eleventy",
"dev": "npx @11ty/eleventy --serve",
"sass": "sass src/style/main.scss src/main.css",
"watch:dev": "npm run dev",
"watch:sass": "npm run sass -- --watch",
"start": "npm-run-all sass --parallel watch:*",
"build": "env NODE_ENV=production npm run sass && npx eleventy --pathprefix 'selection-tool'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osoc21/selection-tool.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/osoc21/selection-tool/issues"
},
"homepage": "https://github.com/osoc21/selection-tool#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.3.2",
"npm-run-all": "^4.1.5",
"sass": "^1.36.0"
}
}