-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.54 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
71
72
73
74
75
76
77
78
79
{
"name": "uids",
"type": "module",
"version": "4.0.0-alpha1",
"license": "MIT",
"description": "The UIowa Design System is specific to the University of Iowa.",
"keywords": [
"uiowa",
"design"
],
"homepage": "https://uids.brand.uiowa.edu",
"main": "dist/uids.umd.js",
"module": "dist/uids.es.js",
"style": "",
"exports": {
"import": "dist/uids.es.js",
"require": "dist/uids.umd.js"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:button": "vite build --config ./src/components/button/vite.button.config.ts",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom",
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'",
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"vue": "^3.2.31"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/blocks": "^7.5.2",
"@storybook/preset-scss": "^1.0.3",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.5.2",
"@storybook/vue3-vite": "^7.5.2",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.26",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.2.6",
"@vue/tsconfig": "^0.1.3",
"@whitespace/storybook-addon-html": "^5.1.6",
"babel-loader": "^8.2.4",
"cypress": "^9.5.3",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-vue": "^8.2.0",
"jsdom": "^19.0.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.50.0",
"start-server-and-test": "^1.14.0",
"storybook": "^7.6.3",
"typescript": "~4.6.3",
"vite": "^4.2.1",
"vite-plugin-dts": "^3.6.4",
"vite-plugin-static-copy": "^1.0.0",
"vitest": "^0.26.2",
"vue-loader": "^16.8.3",
"vue-tsc": "^0.33.9"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"packageManager": "[email protected]"
}