forked from italia/form-pa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.89 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
{
"name": "form-pa",
"version": "0.3.0",
"homepage": "./",
"private": true,
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@babel/runtime": "^7.12.13",
"@pagopa/eslint-config": "^1.1.1",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/jest": "26.0.20",
"@types/js-yaml": "^3.12.5",
"@types/lodash": "^4.14.168",
"@types/qrcode.react": "^1.0.1",
"@types/react": "17.0.1",
"@types/react-dom": "17.0.0",
"@types/react-redux": "^7.1.16",
"@types/reactstrap": "^8.7.2",
"@types/styled-components": "^5.1.4",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.2.0",
"dotenv-webpack": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"html-webpack-plugin": "^5.0.0",
"https-browserify": "^1.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.5",
"process": "^0.11.10",
"stream-http": "^3.1.1",
"ts-jest": "^26.5.0",
"typescript": "4.1.3",
"webpack": "^5.20.1",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"start": "webpack serve",
"build": "NODE_ENV=production webpack",
"bundle-analyze": "NODE_ENV=production webpack --analyze",
"test": "jest",
"deploy": "gh-pages -u 'Deploy Bot <no-reply@teamdigitale.governo.it>' -d build",
"lint": "eslint . -c .eslintrc.js --ext .ts,.tsx",
"lint-autofix": "eslint . -c .eslintrc.js --ext .ts,.tsx --fix"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.7",
"@jsonforms/core": "^2.5.0",
"@jsonforms/examples": "^2.5.0",
"@jsonforms/material-renderers": "^2.5.0",
"@jsonforms/react": "^2.5.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"bootstrap-italia": "^1.4.3",
"design-react-kit": "^3.3.3",
"gh-pages": "^3.1.0",
"js-yaml": "^4.0.0",
"lodash.set": "^4.3.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-markdown": "^5.0.2",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"spid-smart-button": "^1.1.5",
"styled-components": "^5.2.1",
"typeface-lora": "1.1.13",
"typeface-roboto-mono": "1.1.13",
"typeface-titillium-web": "1.1.13",
"typesafe-actions": "^5.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}