-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
68 lines (68 loc) · 2.06 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
{
"name": "portfolio-new",
"version": "1.0.0",
"description": "Maya Shavin - Web developer | Speaker | Blogger | Bookworm",
"author": "Maya Shavin",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/tailwindcss": "^2.0.0",
"cloudinary-build-url": "^0.2.1",
"cross-env": "^5.2.0",
"nuxt": "2.15.8",
"vue-i18n": "^8.18.2",
"vue-js-modal": "^2.0.0-rc.6"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@nuxt/image": "^0.6.0",
"@nuxtjs/color-mode": "^1.0.0",
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/pwa": "^3.1.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/vue": "^5.3.19",
"@vue/test-utils": "^1.0.0-beta.27",
"autoprefixer": "^8.6.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"eslint": "7.32.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"jest": "^24.1.0",
"nodemon": "^1.18.9",
"prettier": "^1.16.4",
"prism-themes": "^1.4.0",
"reading-time": "^1.2.0",
"tailwindcss-dark-mode": "^1.1.4",
"vue-jest": "^3.0.3"
}
}