-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 KB
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
{
"name": "partidodigital-web-next",
"version": "1.0.0",
"description": "Nueva web del Partido Digital de Uruguay",
"main": "index.md",
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.0",
"cssnano": "^5.1.12",
"postcss": "^8.3.11",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"rimraf": "^3.0.2",
"tailwindcss": "^3.2.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bundle install",
"start": "bundle exec jekyll serve --livereload",
"build": "bundle exec jekyll build --profile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PartidoDigital/PartidoDigital-Web-Next.git"
},
"keywords": [
"partido",
"digital",
"web",
"uruguay"
],
"author": "Leo Giovanetti <hello@leog.me>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PartidoDigital/PartidoDigital-Web-Next/issues"
},
"homepage": "https://github.com/PartidoDigital/PartidoDigital-Web-Next#readme"
}