-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.16 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
{
"scripts": {
"release": "git fetch && git-chglog -o CHANGELOG.md $([[ ! -z $npm_config_next ]] && echo \"--next-tag $npm_config_next\" )",
"watch": "webpack --watch --mode development",
"build": "webpack --mode production"
},
"name": "silverstripe-seo",
"description": "Silverstripe module for simple SEO optimization of pages",
"repository": {
"type": "git",
"url": "git+https://github.com/syntro-opensource/silverstripe-seo.git"
},
"author": "Matthias Leutenegger",
"license": "BSD-3-Clause",
"browserslist": [
"extends @syntro-opensource/browserslist-config-base"
],
"dependencies": {
"@syntro-opensource/browserslist-config-base": "^1.0.0",
"@syntro-opensource/eslint-config-base": "^1.1.0",
"@syntro-opensource/webpack-config": "^1.3.2",
"babel-plugin-i18next-extract": "^0.8.3",
"classnames": "^2.3.1",
"eslint-import-resolver-alias": "^1.1.2",
"i18next": "^21.8.14",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-xhr-backend": "^3.2.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.1",
"reactstrap": "^8.10.1"
}
}