-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "almarj3",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js",
"cy:run": "cypress run",
"cy:open": "cypress open",
"heroku-postbuild": "npm run generate"
},
"dependencies": {
"@babel/core": "7.13.15",
"@babel/preset-env": "7.12.17",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/sitemap": "^2.4.0",
"algoliasearch": "^4.8.6",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.8",
"rehype-stringify": "^8.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"storyblok-js-client": "^3.3.1",
"storyblok-nuxt": "^1.3.0",
"unified": "^9.2.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/svg": "^0.1.12",
"babel-eslint": "^10.1.0",
"cypress": "^8.3.1",
"eslint": "^7.10.0",
"eslint-plugin-nuxt": "^1.0.0",
"fibers": "^5.0.0",
"pug": "^3.0.0",
"pug-plain-loader": "^1.1.0",
"sass": "^1.32.5",
"sass-loader": "^10.1.1"
},
"engines": {
"node": "^16.15.1",
"npm": "8.12.1"
}
}