-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 KB
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
{
"name": "www",
"version": "1.0.0",
"description": "Lansing.Codes home page",
"author": "Humanity Codes LLC",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-regular-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"cross-env": "^5.2.0",
"date-fns": "^1.29.0",
"i": "^0.3.7",
"npm": "^6.14.8",
"nuxt": "^2.14.4",
"vue-jsonp": "^0.1.8"
},
"devDependencies": {
"autoprefixer": "^8.6.4",
"babel-eslint": "^8.2.1",
"eslint": "^5.0.1",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-vue": "^4.0.0",
"http-proxy-agent": ">=2.1.0",
"node-sass": "^4.14.1",
"nodemon": "^1.11.0",
"prettier": "1.14.3",
"sass-loader": "^7.3.1",
"tailwindcss": "~0.6.6"
}
}