-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "nuxtjs",
"version": "1.0.0",
"description": "My astonishing Nuxt.js project",
"author": "msweeneydev",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt generate",
"start": "nuxt start"
},
"dependencies": {},
"devDependencies": {
"nodemon": "^2.0.7",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/style-resources": "^1.0.0",
"@babel/eslint-parser": "^7.14.3",
"eslint": "^7.22.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.7.0",
"fibers": "^5.0.0",
"sass": "^1.32.13",
"sass-loader": "^10.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.9.1",
"nuxt": "^2.15.3"
}
}