-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "alps",
"version": "0.0.1",
"description": "Adventist Living Pattern System",
"devDependencies": {
"bs-html-injector": "^3.0.3",
"csswring": "^7.0.0",
"grunt": "^1.6.1",
"grunt-add-comment": "^1.1.6",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-gh-pages": "^4.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-mkdir": "^1.0.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^4.0.0",
"matchdep": "^2.0.0",
"node-sass": "^8.0.0",
"patternlab-md2json": "^0.1.1",
"semver": "^7.6.2"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"setup": "composer install; npm install; npm run dev;",
"dev": "grunt",
"build:prod": "grunt prod",
"build:cdn": "grunt cdn"
},
"repository": {
"type": "git",
"url": "[email protected]:adventistchurch/alps.git"
},
"author": "Seventh-day Adventist Church",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://www.adventist.org",
"compileTemplates": false
}