-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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
{
"name": "picker-vue-app",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"dev": "webpack-dev-server --mode development",
"build": "rimraf dist && webpack --mode production",
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fasosnql/vue-app.git"
},
"author": "Nowak Przemyslaw",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fasosnql/vue-app/issues"
},
"homepage": "https://github.com/Fasosnql/vue-app#readme",
"dependencies": {
"filestack-js": "^1.5.1",
"vue": "^2.5.17",
"vue-material": "^1.0.0-beta-10.2",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@types/node": "^10.9.4",
"@vue/test-utils": "^1.0.0-beta.25",
"awesome-typescript-loader": "^5.2.1",
"chai": "^4.1.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.5",
"mini-css-extract-plugin": "^0.4.2",
"mocha": "^5.2.0",
"node-sass": "^4.9.3",
"raw-loader": "^0.5.1",
"require": "^2.4.20",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"tslint": "^5.11.0",
"tslint-webpack-plugin": "^1.2.2",
"typescript": "^3.0.3",
"vue-loader": "^15.4.1",
"vue-template-compiler": "^2.5.17",
"vuetype": "^0.3.2",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
}
}