-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.52 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
{
"name": "ecl-ssg",
"version": "0.0.1",
"private": true,
"description": "ecl-ssg",
"author": "planctus",
"keywords": [
"gatsby",
"ssg",
"ECL",
"ecl-webcomponents"
],
"scripts": {
"develop": "gatsby develop",
"start": "npm run copy && gatsby develop",
"build": "npm run copy && gatsby build",
"serve": "gatsby serve",
"clean": "run-p clean:*",
"clean:gatsby": "gatsby clean",
"clean:assets": "rimraf static/build",
"copy": "run-s copy:*",
"copy:webcomponents": "ncp node_modules/@ecl/ecl-webcomponents/dist/ecl-webcomponents/ static",
"copy:styles-ec": "ncp node_modules/@ecl/preset-ec/dist/styles/optional/ static/",
"copy:styles-eu": "ncp node_modules/@ecl/preset-eu/dist/styles/optional/ static/",
"copy:cms": "ncp node_modules/@ecl/ecl-webcomponents/dist/ecl-webcomponents/ static/admin/ecl-webcomponents",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ecl/ckeditor5-ecl-webcomponents": "0.13.0",
"@ecl/ecl-webcomponents": "0.13.0",
"@ecl/ecl-webcomponents-react": "0.13.0",
"@types/react-html-parser": "2.0.6",
"gatsby": "5.13.1",
"gatsby-plugin-babel-exclude": "2.0.0",
"gatsby-plugin-i18n": "1.0.1",
"gatsby-plugin-image": "3.13.0",
"gatsby-plugin-manifest": "5.13.0",
"gatsby-plugin-netlify-cms": "7.12.1",
"gatsby-plugin-sharp": "5.13.0",
"gatsby-source-filesystem": "5.13.0",
"gatsby-transformer-remark": "6.13.0",
"gatsby-transformer-sharp": "5.13.0",
"netlify-cms-app": "^2.15.72",
"netlify-cms-proxy-server": "1.3.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-html-parser": "2.0.2"
},
"devDependencies": {
"@ckeditor/ckeditor5-react": "5.1.0",
"@ecl/preset-ec": "3.13.0",
"@ecl/preset-eu": "3.13.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"create-react-class": "15.7.0",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"gray-matter": "4.0.3",
"i18next": "23.7.16",
"i18next-browser-languagedetector": "7.2.0",
"js-search": "2.0.1",
"ncp": "2.0.0",
"netlify-cli": "17.15.1",
"nopt": "7.2.0",
"npm-run-all": "4.1.5",
"puppeteer": "21.7.0",
"react-i18next": "14.0.0",
"react-intl": "6.6.1",
"react-loadable": "5.5.0",
"react-router-dom": "6.21.3",
"rimraf": "5.0.5",
"typescript": "5.3.3"
},
"resolutions": {
"semver": ">=5.7.2",
"word-wrap": "aashutoshrathi/word-wrap",
"trim": ">=0.0.3",
"socket.io-parser": ">=4.2.3"
}
}