-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 2.17 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": "@nypublicradio/nypr-design-system-vue3",
"repository": "git://github.com/nypublicradio/nypr-design-system-vue3.git",
"version": "0.0.0",
"scripts": {
"prime-serve": "vue-cli-service serve",
"prime-build": "vue-cli-service build",
"prime-lint": "vue-cli-service lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-themes": "node src/assets/themes/build-theme.js",
"dev": "nuxi dev",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.6",
"axios": "^0.19.0",
"core-js": "^3.6.5",
"eslint-config-prettier": "^8.5.0",
"gsap": "^3.11.3",
"howler": "^2.2.3",
"jest-axe": "^7.0.0",
"nuxt": "^3.2.0",
"prettier": "^2.8.1",
"primeflex": "^3.3.0",
"primeicons": "5.0.0",
"primevue": "^3.21.0",
"prismjs": "1.9.0",
"react": "^18.2.0",
"storybook-dark-mode": "^2.0.5",
"vite": "^4.0.1",
"vitest": "^0.25.8",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@mdx-js/react": "^2.2.1",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/preset-scss": "^1.0.3",
"@storybook/testing-library": "^0.0.13",
"@storybook/vue3": "^6.5.15",
"@vitest/coverage-istanbul": "^0.25.8",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.3.0",
"eslint": "^8.29.0",
"eslint-plugin-storybook": "^0.6.8",
"eslint-plugin-vue": "^7.0.0-0",
"jsdom": "^20.0.3",
"sass": "^1.56.2",
"sass-loader": "^12.4.0",
"vue-loader": "^17.0.1",
"webpack": "^5.76.0"
}
}