|
1 | 1 | {
|
2 |
| - "name": "ondata-appaltipop.it", |
3 |
| - "version": "0.1.0", |
4 |
| - "homepage": "https://appaltipop.it", |
5 |
| - "private": true, |
6 |
| - "repository": { |
7 |
| - "type": "git", |
8 |
| - "url": "https://github.com/ondata/appaltipop.it.git" |
9 |
| - }, |
10 |
| - "scripts": { |
11 |
| - "dev": "next dev", |
12 |
| - "build": "next build", |
13 |
| - "start": "next build && next start", |
14 |
| - "export": "next build && next export -o dist", |
15 |
| - "format": "standard --fix \"src/**/*.js\"" |
16 |
| - }, |
17 |
| - "dependencies": { |
18 |
| - "@date-io/date-fns": "^1.3.13", |
19 |
| - "@elastic/elasticsearch": "^7.8.0", |
20 |
| - "@material-ui/core": "^4.11.0", |
21 |
| - "@material-ui/icons": "^4.9.1", |
22 |
| - "@material-ui/lab": "^4.0.0-alpha.56", |
23 |
| - "@material-ui/pickers": "^3.2.10", |
24 |
| - "@mdx-js/loader": "^1.6.14", |
25 |
| - "@next/mdx": "^9.4.4", |
26 |
| - "axios": "^0.19.2", |
27 |
| - "clsx": "^1.1.1", |
28 |
| - "d3-format": "^1.4.4", |
29 |
| - "d3-time-format": "^2.2.3", |
30 |
| - "date-fns": "^2.15.0", |
31 |
| - "lodash": "^4.17.19", |
32 |
| - "next": "^9.4.4", |
33 |
| - "next-seo": "^4.7.3", |
34 |
| - "next-translate": "^0.16.1", |
35 |
| - "react": "^16.13.1", |
36 |
| - "react-copy-to-clipboard": "^5.0.2", |
37 |
| - "react-dom": "^16.13.1", |
38 |
| - "react-markdown": "^4.3.1", |
39 |
| - "remark-emoji": "^2.1.0", |
40 |
| - "remark-images": "^2.0.0" |
41 |
| - }, |
42 |
| - "keywords": [], |
43 |
| - "author": "Alessio Cimarelli <[email protected]> (https://www.linkedin.com/in/alessiocimarelli/)", |
44 |
| - "contributors": [ |
45 |
| - "Jacopo Solmi <[email protected]> (https://www.linkedin.com/in/jacoposolmi/)" |
46 |
| - ], |
47 |
| - "license": "MIT", |
48 |
| - "devDependencies": { |
49 |
| - "eslint": "^7.5.0", |
50 |
| - "eslint-plugin-react": "^7.20.3", |
51 |
| - "sass": "^1.26.10", |
52 |
| - "standard": "^14.3.4" |
53 |
| - } |
| 2 | + "name": "ondata-appaltipop.it", |
| 3 | + "version": "0.1.0", |
| 4 | + "homepage": "https://appaltipop.it", |
| 5 | + "private": true, |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/ondata/appaltipop.it.git" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "dev": "next dev", |
| 12 | + "build": "next build", |
| 13 | + "start": "next build && next start", |
| 14 | + "export": "next build && next export -o dist", |
| 15 | + "format": "standard --fix \"src/**/*.js\"" |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "@date-io/date-fns": "^1.3.13", |
| 19 | + "@elastic/elasticsearch": "~7.8.0", |
| 20 | + "@material-ui/core": "^4.11.0", |
| 21 | + "@material-ui/icons": "^4.9.1", |
| 22 | + "@material-ui/lab": "^4.0.0-alpha.56", |
| 23 | + "@material-ui/pickers": "^3.2.10", |
| 24 | + "@mdx-js/loader": "^1.6.18", |
| 25 | + "@next/mdx": "^9.5.5", |
| 26 | + "axios": "^0.20.0", |
| 27 | + "clsx": "^1.1.1", |
| 28 | + "d3-format": "^2.0.0", |
| 29 | + "d3-time-format": "^3.0.0", |
| 30 | + "date-fns": "^2.16.1", |
| 31 | + "lodash": "^4.17.20", |
| 32 | + "next": "^9.5.5", |
| 33 | + "next-seo": "^4.11.0", |
| 34 | + "next-translate": "^0.17.3", |
| 35 | + "react": "^16.14.0", |
| 36 | + "react-copy-to-clipboard": "^5.0.2", |
| 37 | + "react-dom": "^16.14.0", |
| 38 | + "react-markdown": "^4.3.1", |
| 39 | + "remark-emoji": "^2.1.0", |
| 40 | + "remark-images": "^2.0.0" |
| 41 | + }, |
| 42 | + "keywords": [], |
| 43 | + "author": "Alessio Cimarelli <[email protected]> (https://www.linkedin.com/in/alessiocimarelli/)", |
| 44 | + "contributors": [ |
| 45 | + "Jacopo Solmi <[email protected]> (https://www.linkedin.com/in/jacoposolmi/)" |
| 46 | + ], |
| 47 | + "license": "MIT", |
| 48 | + "devDependencies": { |
| 49 | + "eslint": "^7.11.0", |
| 50 | + "eslint-plugin-react": "^7.21.4", |
| 51 | + "sass": "^1.27.0", |
| 52 | + "standard": "^14.3.4" |
| 53 | + } |
54 | 54 | }
|
0 commit comments