-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.36 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
{
"name": "taxonomy-engine",
"version": "0.2.4",
"description": "Categorise your WordPress content with the assistance of machine learning and crowdsourcing",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"watch": "webpack --config webpack.dev.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-norwood-young/taxonomy-engine.git"
},
"author": "Jason Norwood-Young",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/j-norwood-young/taxonomy-engine/issues"
},
"homepage": "https://github.com/j-norwood-young/taxonomy-engine#readme",
"devDependencies": {
"axios": "^0.27.2",
"css-minimizer-webpack-plugin": "^3.4.1",
"less-loader": "^10.2.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.5.2",
"moment": "^2.29.4",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-loader-plugin": "^1.3.0",
"vue-simple-progress": "^1.1.1",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}