-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 929 Bytes
/
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
{
"name": "vue-blank",
"version": "1.0.0",
"description": "Functional component library for Vue.js",
"main": "index.ts",
"repository": "git@github.com:MattiasMartens/vue-blanc.git",
"author": "Mattias Martens <mattiasofmartens@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"@types/express": "^4.16.1",
"css-loader": "^2.1.0",
"express": "^4.16.4",
"lodash": "^4.17.11",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.2",
"typescript": "^3.3.3",
"vue": "^2.6.5",
"vue-js-popover": "^1.1.8",
"vue-template-compiler": "^2.6.5",
"webpack": "^4.29.3"
},
"scripts": {
"start": "node_modules/ts-node/dist/bin.js .",
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"vue-loader": "^15.6.2",
"webpack-cli": "^3.2.3"
}
}