-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
61 lines (61 loc) · 2.1 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
{
"name": "rubix-server-web-ui",
"description": "The Rubix ML Server web user interface (UI).",
"author": "Andrew DalPino",
"license": "MIT",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack",
"watch": "npm run dev -- --watch"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-typescript": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@types/plotly.js": "^1.54.14",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"babel-loader": "^8.2.2",
"babel-preset-typescript-vue": "^1.1.1",
"bubleify": "^2.0.0",
"bulma": "^0.9.3",
"bulma-prefers-dark": "0.1.0-beta.0",
"compression-webpack-plugin": "^6.1.1",
"copy-webpack-plugin": "^6.0.0",
"cross-env": "^5.1",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"ify-loader": "^1.1.0",
"mini-css-extract-plugin": "^0.9.0",
"moment": "^2.29.1",
"moment-locales-webpack-plugin": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.8",
"plotly.js": "^1.58.5",
"sass": "^1.38.0",
"sass-loader": "^9.0.3",
"svg-url-loader": "^7.1.1",
"typescript": "^4.3.5",
"vue": "^2.6.14",
"vue-apollo": "^3.0.7",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.2",
"vue-sse": "^1.1.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0",
"webpack-cli": "3.3.12",
"workbox-core": "^6.2.4",
"workbox-precaching": "^6.2.4",
"workbox-routing": "^6.2.4",
"workbox-sw": "^6.2.4",
"workbox-window": "^6.2.4"
}
}