-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "globalseo",
"version": "2.2.38",
"description": "Translate your React.js or Next.js app with AI",
"main": "index.js",
"scripts": {
"test": "test",
"build": "webpack --mode production --config webpack.config.js && webpack --mode production --config webpack.config.old.js",
"build:nocache": "webpack --mode production --env NO_CACHE=true",
"dev": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desentio/weploy-translate.git"
},
"keywords": [
"translation",
"globalseo",
"AI",
"react",
"nextjs",
"next.js",
"react.js",
"translations"
],
"author": "globalseo.ai",
"license": "ISC",
"bugs": {
"url": "https://github.com/desentio/weploy-translate/issues"
},
"homepage": "https://github.com/desentio/weploy-translate#readme",
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"babel-loader": "^9.1.3",
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"mini-css-extract-plugin": "^2.8.1",
"null-loader": "^4.0.1",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}