-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.93 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
{
"name": "tank-robot",
"description": "A curious little tank robot that loves to explore.",
"author": "Andrew DalPino",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack",
"serve": "webpack serve",
"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",
"@fortawesome/fontawesome-free": "^6.1.1",
"@webpack-cli/serve": "^1.5.2",
"axios": "^0.21.1",
"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",
"bulma-slider": "^2.0.4",
"copy-webpack-plugin": "^6.0.0",
"cross-env": "^5.1",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.9.0",
"moment": "^2.29.1",
"moment-locales-webpack-plugin": "^1.2.0",
"node-sass": "^4.14.1",
"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",
"vee-validate": "^3.4.11",
"vue": "^2.6.14",
"vue-axios": "^2.1.5",
"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": "^4.8.0",
"webpack-dev-server": "^3.11.2",
"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"
}
}