-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.61 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": "orion_travelr",
"version": "1.0.0",
"author": "Jake Toolson ([email protected])",
"private": true,
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js --config webpack.config.js",
"build:prod": "npm run build -- -p",
"watch": "npm run build -- --watch --watch-poll --progress"
},
"dependencies": {
"axios": "0.19.2",
"bootstrap": "4.5.0",
"jquery": "^3.2",
"lodash": "^4.17.15",
"moment": "2.26.0",
"moment-timezone": "0.5.31",
"popper.js": "^1.16.1",
"qs": "6.9.4",
"ssri": "^8.0.0",
"vue": "2.5.16",
"vue-analytics": "^5.10.2",
"vue-extend-layout": "^1.0.1",
"vue-infinite-loading": "^2.3.1",
"vue-multiselect": "^2.1.0",
"vue-router": "3.0.1",
"vue-spinner": "^1.0.3",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"ajv": "6.12.2",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "1.1.6",
"node-sass": "^4.14.1",
"sass-loader": "^6.0.7",
"style-loader": "1.2.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"vue-loader": "14.1.1",
"vue-template-compiler": "2.5.16",
"webpack": "^3.12.0",
"webpack-assets-manifest": "^1.0.0"
},
"engines": {
"node": ">=6.0.0"
}
}