-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.84 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
{
"name": "huh-site",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt --hostname 0.0.0.0",
"build": "nuxt build",
"start": "nuxt start",
"heroku-postbuild": "npm run build",
"export": "nuxt export",
"serve": "nuxt serve",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "eslint --fix --ext .js,.vue .",
"generate": "nuxt generate"
},
"dependencies": {
"@braid/vue-formulate": "^2.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/device": "^1.2.7",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/svg": "^0.1.12",
"axios": "^0.19.2",
"express": "^4.17.1",
"gsap": "file:gsap-bonus.tgz",
"intersection-observer": "^0.11.0",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.set": "^4.3.2",
"moment": "^2.29.1",
"nuxt": "^2.14.12",
"nuxt-facebook-pixel-module": "^1.5.0",
"nuxt-polyfill": "^1.0.3",
"three": "^0.118.3",
"v-lazy-image": "^1.4.0",
"v-scroll-lock": "^1.3.1",
"vue": "^2.6.12",
"vue-debounce": "^2.6.0",
"vue-formulate": "^0.12.1",
"vue-resize": "^0.5.0"
},
"devDependencies": {
"@nuxt/types": "~2.14.0",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0",
"core-js": "^3.8.3",
"dotenv": "^8.2.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^9.0.3",
"vuex": "^3.6.2"
}
}