-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.7 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
{
"name": "contact-quiz",
"version": "1.0.0",
"description": "Kontakty a kvíz",
"main": "dist/main.js",
"dependencies": {
"vue": "^2.6.6",
"vue-router": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"bootstrap": "^4.3.1",
"bootstrap-4-stylus": "^1.0.6",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"eslint": "^5.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.1.0",
"file-loader": "^3.0.1",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.7",
"raw-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.6.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.6",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"build": "webpack --config build/webpack.config.dev.js",
"dev": "webpack-dev-server --config build/webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivaskad/contact-quiz.git"
},
"author": "Dominik Ivaška",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivaskad/contact-quiz/issues"
},
"homepage": "https://github.com/ivaskad/contact-quiz#readme"
}