-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
80 lines (80 loc) · 2.34 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "text-annotation-graphs",
"description": "A modular annotation system that supports complex, interactive annotation graphs embedded on top of sequences of text.",
"license": "ISC",
"author": "",
"homepage": "https://github.com/CreativeCodingLab/TextAnnotationGraphs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CreativeCodingLab/TextAnnotationGraphs.git"
},
"bugs": {
"url": "https://github.com/CreativeCodingLab/TextAnnotationGraphs/issues"
},
"version": "1.0.1",
"main": "dist/tag/js/tag.js",
"scripts": {
"build": "npm run task -- build:all",
"demo": "npm run task -- demo:run",
"demo-build": "npm run task -- demo:build:all",
"demo-watch": "npm run task -- demo:watch:all",
"generate-docs": "npm run task -- build:app:docs:all",
"quick": "npm run task -- build:quick",
"task": "node ./tasksfile.js",
"test": "jest --verbose",
"watch": "npm run task -- watch:quick"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/runtime": "^7.1.5",
"autobind-decorator": "^2.2.1",
"autoprefixer": "^9.3.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babelify": "^10.0.0",
"bootstrap": "^4.3.1",
"bootstrap-colorpicker": "^3.0.3",
"bootstrap-slider": "^10.4.2",
"browserify": "^14.4.0",
"browserify-derequire": "^1.0.0",
"chalk": "^2.4.1",
"chokidar-cli": "^1.2.2",
"clean-css-cli": "^4.1.10",
"codeflask": "^1.3.0",
"common-tags": "^1.8.0",
"cpy-cli": "^2.0.0",
"d3": "^4.12.2",
"eslint": "^5.6.1",
"express": "^4.16.3",
"hbs": "^4.0.4",
"hbsfy": "^2.8.1",
"jest": "^24.7.1",
"jquery": ">=3.4.0",
"js-yaml": ">=3.13.1",
"jsdoc": "^3.5.5",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"morgan": "^1.9.1",
"popper.js": "^1.14.4",
"postcss-cli": "^6.1.2",
"prettier": "^1.17.0",
"prismjs": "^1.15.0",
"randomcolor": "^0.5.3",
"rimraf": "^2.6.3",
"sass": "^1.14.3",
"svg.draggable.js": "^2.2.1",
"svg.js": "^2.6.3",
"tasksfile": "^5.1.0",
"tinyify": "^2.4.3",
"watchify": "^3.11.1"
},
"keywords": [
"annotations",
"graphs",
"nlp",
"visualization"
]
}