-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "categorizacao-de-textos",
"version": "1.0.0",
"description": "Categorização de Textos com o Algoritmo Genético de Holland.",
"main": "index.js",
"dependencies": {
"@popperjs/core": "^2.6.0",
"bootstrap": "^5.0.0-beta1",
"chart.js": "^3.0.0-beta.7",
"css-loader": "^5.0.1",
"d3": "^6.3.1",
"d3-force": "^2.1.1",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"style-loader": "^2.0.0"
},
"devDependencies": {
"webpack": "^5.11.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"webpack-cli": "^4.2.0"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"prod": "webpack --env prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MateusBMP/categorizacao-de-textos.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MateusBMP/categorizacao-de-textos/issues"
},
"homepage": "https://github.com/MateusBMP/categorizacao-de-textos#readme"
}