-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.19 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
73
74
75
76
{
"name": "tomostatus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --cache --ext .vue --ext .js",
"start": "node index.js",
"nodemon": "./node_modules/.bin/nodemon index.js",
"dev": "npm run nodemon & cross-env NODE_ENV=development webpack-dev-server --hot --host 0.0.0.0 --port 3000",
"build": "cross-env NODE_ENV=production webpack -p --progress --hide-modules"
},
"directories": {
"doc": "docs"
},
"dependencies": {
"@babel/core": "^7.10.4",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"bignumber.js": "^9.0.0",
"body-parser": "^1.19.0",
"bootstrap-vue": "2.15.0",
"clean-webpack-plugin": "^3.0.0",
"config": "^3.3.1",
"cors": "^2.8.5",
"css-loader": "^3.6.0",
"express": "^4.17.1",
"express-validator": "^6.5.0",
"helmet": "^3.23.0",
"html-webpack-plugin": "^4.3.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.19",
"moment": "^2.26.0",
"morgan": "^1.10.0",
"sass-loader": "7.1.0",
"swagger-ui-express": "^4.1.4",
"tomoxjs": "^0.5.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-join": "^4.0.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-router": "^3.3.4",
"vue-style-loader": "^4.1.2",
"vue-tweet-embed": "^2.4.0",
"vuex": "^3.5.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"winston": "^3.2.1"
},
"devDependencies": {
"cross-env": "^7.0.2",
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"node-sass-glob-importer": "^5.3.2",
"nodemon": "^2.0.7",
"postcss-loader": "^3.0.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"vue-template-compiler": "^2.6.11",
"vue-toasted": "^1.1.28"
},
"author": "",
"license": "MIT"
}