-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.22 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
{
"name": "ajedrezenvivo",
"description": "Jugá y aprendé con ajedrezenvivo",
"version": "0.6.0",
"author": "liebsen",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --info-verbosity 'none' --host 0.0.0.0 --progress",
"build": "cross-env NODE_ENV=production webpack",
"start": "node server.js"
},
"dependencies": {
"axios": "^0.19.0",
"bulma": "^0.8.0",
"bulma-checkradio": "^1.1.1",
"chess.js": "^0.10.2",
"compression": "^1.7.4",
"express": "^4.16.4",
"fs": "0.0.1-security",
"heroku-ssl-redirect": "0.0.4",
"jquery": "^3.4.1",
"moment": "2.20.1",
"sweetalert": "^2.1.2",
"vue": "^2.5.11",
"vue-router": "^3.0.1",
"vue-socket.io": "^3.0.7",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "~7.2",
"@babel/polyfill": "^7.8.3",
"@babel/plugin-proposal-class-properties": "~7.3",
"@babel/plugin-proposal-decorators": "~7.3",
"@babel/plugin-proposal-json-strings": "~7.2",
"@babel/plugin-syntax-dynamic-import": "~7.2",
"@babel/plugin-syntax-import-meta": "~7.2",
"@babel/preset-env": "~7.3",
"babel-eslint": "~10.0",
"babel-loader": "~8.0",
"compression-webpack-plugin": "~2.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "~5.2",
"css-loader": "~2.1",
"eslint": "~5.16",
"eslint-config-standard": "~10.2",
"eslint-friendly-formatter": "~3.0",
"eslint-loader": "~2.1",
"eslint-plugin-html": "~3.0",
"eslint-plugin-import": "~2.14",
"eslint-plugin-node": "~4.2",
"eslint-plugin-promise": "~3.5",
"eslint-plugin-standard": "~3.0",
"eslint-plugin-vue": "~5.1",
"friendly-errors-webpack-plugin": "~1.7",
"html-webpack-plugin": "~3.2",
"mini-css-extract-plugin": "~0.5",
"node-sass": "~4.12",
"optimize-css-assets-webpack-plugin": "~5.0",
"sass-loader": "~7.1",
"uglifyjs-webpack-plugin": "~1.2",
"vue-loader": "~15.6",
"vue-style-loader": "~4.1",
"vue-template-compiler": "~2.6",
"webpack": "~4.29",
"webpack-bundle-analyzer": "~3.3",
"webpack-cli": "~3.2",
"webpack-dev-server": "~3.1",
"webpack-hot-middleware": "~2.24",
"webpack-merge": "~4.2"
}
}