-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
96 lines (96 loc) · 2.86 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": "nantesjs",
"version": "1.0.0",
"homepage": "http://frinyvonnick.github.io/nantesjs",
"dependencies": {
"@eslint/js": "^9.16.0",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"classnames": "^2.5.1",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"enzyme-adapter-react-16": "^1.15.8",
"eslint-plugin-standard": "^5.0.0",
"gatsby": "^5.14.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed": "^5.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-offline": "^6.13.0",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-json": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"he": "^1.2.0",
"is-url": "^1.2.4",
"leaflet": "^1.9.4",
"node-html-to-image": "^4.0.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-leaflet": "^4.2.1",
"react-responsive": "^9.0.2",
"smart-truncate": "^1.0.1"
},
"keywords": [
"gatsby"
],
"jest": {
"testPathIgnorePatterns": [
"node_modules",
".cache"
],
"transform": {
"^.+\\.jsx?$": "<rootDir>/jest-preprocess.js"
},
"moduleNameMapper": {
".+\\.(css|styl|less|sass|scss)$": "identity-obj-proxy",
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
},
"setupFiles": [
"<rootDir>/jest.setup.js"
]
},
"license": "MIT",
"scripts": {
"test": "jest",
"lint": "eslint src",
"makeApi": "node src/tools/makeApi.js",
"prebuild": "yarn makeApi",
"build": "NODE_ENV=production gatsby build",
"prestart": "yarn makeApi",
"start": "gatsby develop",
"serve": "gatsby serve"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.5.4",
"@babel/preset-react": "^7.23.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.13.0",
"coveralls": "^3.1.1",
"dotenv": "^16.3.1",
"enzyme": "^3.11.0",
"eslint": "^9.16.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.33.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-axe": "^9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nantesjs/nantesjs-website"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}