-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.54 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
77
78
{
"name": "opensongweb",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "./node_modules/.bin/webpack-cli --mode development --watch --config webpack.config.js",
"build:dev": "./node_modules/.bin/webpack-cli --mode development --config webpack.config.js",
"build:prod": "./node_modules/.bin/webpack-cli --mode production --config webpack.config.js",
"publish": "npm install && ./node_modules/.bin/webpack-cli --mode production --config webpack.config.js && dotnet publish --configuration Release",
"test": "jest"
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.25",
"firebase": "^6.2.4",
"vue": "2.6.10",
"vue-router": "3.0.6",
"vuex": "3.1.1"
},
"devDependencies": {
"@types/jquery": "3.3.29",
"@types/node": "12.0.2",
"@vue/test-utils": "1.0.0-beta.29",
"acorn": "^6.2.0",
"aspnet-webpack": "3.0.0",
"babel-core": "6.26.3",
"babel-jest": "23.6.0",
"babel-loader": "7.1.5",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-2": "6.24.1",
"clean-webpack-plugin": "2.0.2",
"compression-webpack-plugin": "2.0.0",
"css-loader": "2.1.0",
"es6-promise-promise": "1.0.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "3.0.1",
"fork-ts-checker-webpack-plugin": "^1.4.0",
"html-webpack-plugin": "3.2.0",
"jest": "24.8.0",
"jest-serializer-vue": "2.0.2",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"resolve-url-loader": "3.1.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"ts-loader": "6.0.1",
"tslint": "^5.18.0",
"tslint-loader": "^3.5.4",
"typescript": "3.4.5",
"url-loader": "1.1.2",
"vue-class-component": "7.1.0",
"vue-jest": "3.0.4",
"vue-loader": "15.7.0",
"vue-moment": "^4.0.0",
"vue-property-decorator": "8.1.1",
"vue-style-loader": "4.1.2",
"vue-template-compiler": "2.6.10",
"vuex-module-decorators": "^0.9.9",
"webpack": "4.32.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "3.4.1",
"webpack-hot-middleware": "2.25.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}