-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "open-sac-projects",
"version": "0.0.1-alpha.1",
"description": "Open Sacramento Projects",
"private": true,
"scripts": {
"start": "concurrently \"eleventy --serve\" \"sass --watch styles:public/css\"",
"build": "sass --quiet styles:public/css && eleventy --quiet",
"build-ghpages": "sass --quiet styles:public/css && eleventy --quiet --pathprefix projects",
"test": "npx babel tests --out-dir tests/babel && npx jest tests/babel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code4sac/projects.git"
},
"keywords": [],
"author": {
"name": "project",
"email": "[email protected]",
"url": "https://project.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/code4sac/projects/issues"
},
"homepage": "https://github.com/code4sac/projects#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"concurrently": "^8.2.2",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"sass": "^1.69.5"
}
}