-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
96 lines (96 loc) · 3.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "designers.italia.it",
"version": "2.0.0a",
"description": "Il punto di riferimento per la progettazione dei servizi pubblici digitali",
"author": "Presidenza del Consiglio dei Ministri",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/italia/designers.italia.it.git"
},
"bugs": {
"url": "https://github.com/italia/designers.italia.it/issues"
},
"homepage": "https://designers.italia.it/",
"keywords": [
"designers",
"community",
"italia",
"site"
],
"scripts": {
"prepare-lib": "recursive-copy -w ./node_modules/bootstrap-italia/dist/svg/ ./static/svg/ && recursive-copy -w ./node_modules/bootstrap-italia/dist/svg/ ./static/dist/svg/ && recursive-copy -w ./node_modules/bootstrap-italia/dist/fonts/ ./static/fonts/ && recursive-copy -w ./node_modules/bootstrap-italia/dist/fonts/ ./static/dist/fonts/",
"prepare-content": "node ./scripts/prepare.js",
"start": "npm run prepare-lib && gatsby develop",
"develop": "npm run start",
"dev": "npm run start",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --ignore-path .gitignore --check .",
"prettier:fix": "npm run prettier -- --write",
"build:dev": "npm run clean && npm run prepare-lib && GATSBY_BUILD=dev gatsby build --prefix-paths",
"build": "npm run clean && npm run prepare-lib && gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gh-pages -u 'Deploy Bot <no-reply@teamdigitale.governo.it>' -d public"
},
"dependencies": {
"@colliercz/gatsby-transformer-gitinfo": "github:CollierCZ/gatsby-transformer-gitinfo",
"@loadable/component": "^5.15.2",
"adm-zip": "^0.5.10",
"babel-preset-gatsby": "^3.9.0",
"bootstrap-italia": "^2.11.0",
"classnames": "^2.3.2",
"dotenv": "^16.1.4",
"express": "^4.21.0",
"fs-extra": "^11.1.0",
"gatsby": "^5.14.0",
"gatsby-plugin-breadcrumb": "^12.3.2",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-matomo": "^0.16.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-sass": "^6.7.0",
"gatsby-plugin-satorare": "^1.0.14",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"gatsby-transformer-yaml": "^5.7.0",
"glob": "^10.3.3",
"html-react-parser": "^4.2.2",
"js-yaml": "^4.1.0",
"lmdb": "^2.9.2",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"react-use-flexsearch": "^0.1.1",
"remark-gfm": "^3.0.1",
"sanitize-html": "^2.12.1",
"sass": "^1.54.9",
"slugify": "^1.6.5",
"superagent": "^8.0.9",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/eslint-parser": "^7.21.3",
"eslint": "^8.39.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-webpack-plugin": "^4.0.1",
"gatsby-plugin-eslint": "^4.0.4",
"gh-pages": "^6.0.0",
"mustache": "^4.2.0",
"prettier": "3.0.3",
"recursive-copy-cli": "^1.0.20",
"slugify": "^1.6.5"
}
}