-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
55 lines (55 loc) · 1.59 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
{
"scripts": {
"test": "jest src/app/services",
"watch": "jest --watch src/app/services",
"start": "npx webpack serve"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"angular": "^1.7.9",
"angular-loader": "~1.5.0",
"angular-marked": "^1.2.2",
"angular-route": "^1.5.0",
"angular-ui-router": "~1.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.0.0",
"base64-inline-loader": "^1.1.1",
"bootstrap": "3",
"css-loader": "^1.0.0",
"cytoscape": "github:dbt-labs/cytoscape.js#feature/cubic-bezier-edges",
"cytoscape-context-menus": "3.0.5",
"cytoscape-dagre": "^2.2.1",
"cytoscape-expand-collapse": "^3.1.1",
"dagre": "^0.8.5",
"deepmerge": "^2.1.1",
"file-loader": "^1.1.11",
"html-inline-script-webpack-plugin": "^1.1.6",
"html-loader": "^0.5.5",
"html-webpack-inline-svg-plugin": "^1.2.4",
"html-webpack-plugin": "^4.0.0",
"html5-boilerplate": "^5.3.0",
"inline-source": "^7.2.0",
"jest": "^28.1.3",
"jquery": "^3.5.1",
"md5": "^2.2.1",
"ngtemplate-loader": "^2.0.1",
"prism-themes": "^1.4.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"svg-url-loader": "^5.0.1",
"underscore": "^1.13.4",
"webpack": "^4.44.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.9.3",
"webpack-inline-svg-plugin": "^1.1.4",
"body-parser": ">=1.20.3",
"braces": ">=3.0.3",
"ws": ">=8.17.1"
},
"dependencies": {
"prismjs": "^1.28.0"
}
}