-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 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
44
45
46
47
48
49
50
{
"name": "hilando",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gen:content": "node scripts/fetch && node scripts/comunidad-focalizada && node scripts/territories && node scripts/events.js && node scripts/multimedia.js && node scripts/publications.js",
"gen:reports": "node scripts/reports.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datasketch/hilando.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.4.4",
"autoprefixer": "^10.3.2",
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-import": "^15.1.0",
"tailwindcss": "^2.2.7"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.2",
"@tailwindcss/line-clamp": "^0.4.4",
"axios": "^0.27.2",
"d3-array": "^3.1.6",
"date-fns": "^2.30.0",
"dotenv": "^16.0.1",
"js-yaml": "^4.1.0",
"lodash.groupby": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.orderby": "^4.6.0",
"netlify-cms-app": "^2.15.72",
"puppeteer": "^13.1.1",
"slugify": "^1.6.5",
"swiper": "^8.1.1",
"validator": "^13.11.0"
},
"bugs": {
"url": "https://github.com/datasketch/hilando/issues"
},
"homepage": "https://github.com/datasketch/hilando#readme"
}