-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
84 lines (84 loc) · 2.74 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
{
"name": "developers-italia-it",
"version": "2.4.0",
"license": "BSD-3-Clause",
"dependencies": {
"axios": "^1.7.7",
"bootstrap-italia": "^1.6.4",
"chart.js": "^2.9.4",
"datatables.net-dt": "^1.10.19",
"design-react-kit": "^3.3.3",
"dompurify": "^3.1.4",
"elasticsearch": "^15.0.0",
"jest-environment-jsdom": "^29.7.0",
"jquery": "^3.5.0",
"js-yaml": "^4.0.0",
"lodash.debounce": "^4.0.8",
"micromatch": "^4.0.8",
"owl.carousel": "^2.3.4",
"perfect-scrollbar": "^1.5.0",
"photoswipe": "^4.1.3",
"prismjs": "^1.27.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"querystring-es3": "^0.2.1",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.14.2",
"react-jss": "^10.5.0",
"select2": "^4.0.3",
"swagger-ui": "^5.4.2",
"url-loader": "^4.1.1",
"util": "^0.12.5"
},
"repository": {
"type": "git",
"url": "git://github.com/italia/developers.italia.it"
},
"scripts": {
"get-software": "node scripts/get-software.js",
"get-publishers": "node scripts/get-publishers.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint _site/ --ext .json && eslint assets/ --ext .js",
"deploy": "gh-pages -u 'Deploy Bot <[email protected]>' -d _site",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.2",
"autoprefixer": "^10.4.15",
"babel-loader": "^9",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6",
"cssnano": "^6.0.1",
"eslint": "^7.17.0",
"eslint-config-italia": "^1.0.2",
"eslint-plugin-json": "^2.1.2",
"gh-pages": "^5.0.0",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"pa11y-ci": "^2.4.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-loader": "^7",
"postcss-preset-env": "^9.1.2",
"prettier": "^2.2.1",
"sass": "^1.66.1",
"sass-loader": "^13",
"style-loader": "^3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}