-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) Β· 1.45 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
{
"name": "gm-i18n",
"version": "2.13.3",
"description": "i18n",
"main": "dist/index.js",
"scripts": {
"build:cdn": "rm -rf ./build && webpack --config webpack.config.cdn.js",
"build:npm": "rm -rf ./dist && webpack --config webpack.config.npm.js",
"deploy": "npm run build:cdn && rsync -aztvH --rsh=ssh ./build/ static:/data/www/static_resource/libs/gm-i18n/",
"prepublishOnly": "npm run build:npm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmfe/gm-i18n.git"
},
"keywords": [
"i18next"
],
"author": "gmfe",
"license": "ISC",
"dependencies": {
"i18next": "^10.6.0",
"js-cookie": "^2.2.0"
},
"bugs": {
"url": "https://github.com/gmfe/gm-i18n/issues"
},
"homepage": "https://github.com/gmfe/gm-i18n#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.2.1",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-jsx": "^5.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"terser-webpack-plugin": "^1.3.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}