-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "my-nuxt-project",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"core-js": "^3.6.5",
"foundation-sites": "^6.6.3",
"graphql": "^15.4.0",
"jquery": "^3.5.1",
"motion-ui": "^2.0.3",
"nuxt": "^2.14.6",
"qonfucius-nuxt-fontawesome": "^1.0.1",
"webpack": "^5.10.3"
},
"devDependencies": {
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
"node-sass": "^5.0.0",
"postcss-loader": "^4.1.0",
"prettier": "^2.2.1",
"pug": "^3.0.0",
"pug-plain-loader": "^1.1.0",
"sass-loader": "^10.1.0",
"vue-eslint-parser": "^7.3.0"
}
}