forked from Shelob9/translate-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 KB
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
{
"name": "weglot",
"version": "2.0.0",
"description": "Weglot translate",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/weglot/translate-wordpress.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/weglot/translate-wordpress/issues"
},
"homepage": "https://github.com/weglot/translate-wordpress#readme",
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-postcss": "^0.3.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"node-sass": "^4.9.3",
"postcss": "^6.0.23",
"postcss-loader": "^2.1.6",
"postcss-modules": "^1.3.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.2"
},
"dependencies": {
"selectize": "^0.12.6",
"slugify": "^1.3.1"
}
}