forked from dbt-labs/dbt-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
{
"scripts": {
"test": "jest src/app/services",
"watch": "jest --watch src/app/services",
"start": "npx webpack serve"
},
"devDependencies": {
"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": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"base64-inline-loader": "^1.1.1",
"bootstrap": "3",
"css-loader": "^1.0.0",
"cytoscape": "https://github.com/dbt-labs/cytoscape.js.git#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-loader": "^0.5.5",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-inline-svg-plugin": "^1.2.4",
"html-webpack-plugin": "^3.2.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": "^2.3.2",
"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"
},
"dependencies": {
"prismjs": "^1.28.0"
}
}