-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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
{
"name": "contributions-taminomartinius-de",
"private": true,
"description": "Display all GitHub Contributions of tamino-martinius",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"build:production": "npm run build --production",
"start": "webpack-dev-server --hot --inline --open -d",
"watch": "npm run build -- --watch",
"deploy": "scripts/deploy.sh"
},
"keywords": [
"example",
"sample",
"template",
"ts",
"tslint",
"tsx",
"typescript",
"vue",
"vuejs",
"webpack",
"webpack4"
],
"author": {
"name": "Tamino Martinius",
"url": "https://github.com/tamino-martinius/"
},
"license": "MIT",
"dependencies": {
"d3": "^5.5.0",
"vue": "^2.5.16",
"vue-class-component": "^6.2.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@types/d3": "^5.0.0",
"babel-core": "^6.26.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"ts-loader": "^4.4.2",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.9.2",
"typescript": "^2.9.2",
"vue-loader": "^15.2.6",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.4"
}
}