-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
{
"name": "@necfe/vue-schema",
"description": "Schema for rendering vue component",
"version": "0.4.1",
"author": "Rainfore <[email protected]>",
"main": "./dist/vue-schema.js",
"scripts": {
"build": "webpack",
"precommit": "node node_modules/vusion-hooks/precommit"
},
"repository": "necfe/vue-schema",
"bugs": {
"url": "http://github.com/necfe/vue-schema/issues"
},
"license": "MIT",
"keywords": [
"schema",
"configurable",
"component",
"vue"
],
"tags": [
"schema",
"configurable",
"component",
"vue"
],
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"eslint": "^4.19.1",
"eslint-config-vusion": "^2.1.3",
"file-loader": "^1.1.11",
"ts-loader": "^4.4.2",
"tslint": "^5.10.0",
"tslint-config-standard": "^7.1.0",
"tslint-loader": "^3.6.0",
"typescript": "^2.9.2",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-loader": "^15.2.4",
"webpack": "^4.16.0",
"webpack-cli": "^3.1.0"
}
}