forked from trufflesuite/trufflesuite.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.35 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
{
"name": "trufflesuite.com",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node ./scripts/dev.js",
"uglify": "recursive-uglifyjs build/js && recursive-uglifyjs build/dashboard",
"build": "node ./scripts/compile.js",
"postcompile": "npm run uglify && npm run imagemin",
"imagemin": "imagemin ./src/img/ build/img/ --optimizationLevel 3 --progressive && imagemin ./src/dashboard/images build/dashboard/images --optimizationLevel 3 --progressive"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bootstrap": "^4.0.0",
"browser-sync": "^2.26.3",
"imagemin-cli": "^3.0.0",
"jquery": "^3.3.1",
"jsdom": "^11.8.0",
"jstransformer-handlebars": "^1.1.0",
"metalsmith": "^2.3.0",
"metalsmith-browser-sync": "^1.1.1",
"metalsmith-collections": "^0.9.0",
"metalsmith-discover-helpers": "^0.1.1",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-json-to-files": "^1.0.0",
"metalsmith-layouts": "^2.1.0",
"metalsmith-markdown": "^0.2.2",
"metalsmith-markdown-precompiler": "^1.0.0",
"metalsmith-paths": "^3.0.1",
"metalsmith-sass": "^1.5.1",
"metalsmith-simple-search": "^1.3.1",
"metalsmith-sitemap": "^1.2.2",
"recursive-uglifyjs": "^0.2.0"
},
"dependencies": {}
}