-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.45 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
{
"name": "resiliencia-urbana",
"version": "1.0.0",
"description": "Projeto de pesquisa Resiliência urbana: estratégias adaptativas na construção tradicional",
"author": "Pedro P. Palazzo",
"license": "CC_BY",
"repository": "tradicional/resiliencia-urbana",
"main": ".eleventy.js",
"scripts": {
"11ty": "npx @11ty/eleventy",
"dev": "npx @11ty/eleventy --serve",
"css": "npm-run-all css-compile css-prefix",
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=node_modules _scss/:src/assets/css/",
"css-lint": "stylelint _scss/",
"css-prefix": "postcss --replace src/assets/css/main.css --use autoprefixer --map",
"watch": "nodemon -e html,scss -x \"npm run css\"",
"start": "npm-run-all --parallel watch dev",
"build": "npm-run-all css 11ty",
"test": "npm-run-all css-lint css"
},
"keywords": [
"Resiliência urbana",
"construção tradicional",
"arquitetura vernacular"
],
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"js-yaml": "^4.1.0",
"luxon": "^3.4.4",
"node-pandoc": "^0.3.0",
"nodemon": "^3.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.75.0",
"stylelint": "^16.4.0",
"stylelint-config-twbs-bootstrap": "^14.1.0"
}
}