-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.29 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
64
65
66
67
68
69
70
{
"name": "vue400",
"description": "Vue400 component based framework for Vue.js",
"version": "0.1.2",
"license": "MIT",
"private": false,
"author": "Alexander Wennerstrøm <alexanderw0310@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name Vue400 ./src/entry.ts",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"storybook:build": "build-storybook",
"storybook:serve": "start-storybook"
},
"main": "dist/Vue400.common.js",
"browser": "dist/Vue400.umd.js",
"style": "dist/Vue400.css",
"unpkg": "dist/Vue400.umd.js",
"bugs": {
"url": "https://github.com/AlexanderYW/Vue400/issues"
},
"homepage": "https://github.com/AlexanderYW/Vue400#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AlexanderYW/Vue400.git"
},
"dependencies": {
"core-js": "^3.12.1",
"vue": "^2.6.12",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-backgrounds": "^6.2.9",
"@storybook/addon-controls": "^6.2.9",
"@storybook/addon-docs": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addon-storysource": "^6.2.9",
"@storybook/addon-viewport": "^6.2.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/theming": "^6.2.9",
"@storybook/vue": "^6.2.9",
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/experimental-utils": "^4.22.0",
"@typescript-eslint/parser": "^4.23.0",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-e2e-cypress": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.7",
"@vue/cli-plugin-typescript": "~4.5.13",
"@vue/cli-plugin-unit-mocha": "^4.5.12",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.2.0",
"babel-preset-vue": "^2.0.2",
"chai": "^4.3.4",
"eslint": "^7.26.0",
"eslint-plugin-vue": "^7.9.0",
"sass": "^1.45.2",
"sass-loader": "^10.1.1",
"ts-loader": "^9.1.2",
"typescript": "^4.2.4",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12"
}
}