-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.76 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "skyscraper-landing",
"version": "1.0.0",
"description": "The skyscraper.ai public website.",
"author": "Peter Kazazes",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"generate": "nuxt-ts generate",
"precommit": "yarn run lint",
"now-build": "yarn run generate --no-lock"
},
"dependencies": {
"@nuxtjs/google-tag-manager": "^2.2.1",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"axios": "^0.18.1",
"cross-env": "^5.2.0",
"crypto-js": "^3.1.9-1",
"jsplumb": "^2.9.2",
"logrocket": "^1.0.2",
"mapbox-gl": "^0.54.0",
"mapbox-gl-vue": "^1.9.0",
"moment": "^2.25.1",
"moment-locales-webpack-plugin": "git://github.com/kazazes/moment-locales-webpack-plugin.git#master",
"nuxt": "^2.13.2",
"nuxt-logrocket": "^1.2.1",
"nuxt-segment-analytics": "^0.0.1",
"raw-loader": "^2.0.0",
"socket.io-client": "^2.2.0",
"three": "^0.106.2",
"vue": "^2.6.9",
"vue-class-component": "^7.1.0",
"vue-material-design-icons": "^3.3.1",
"vue-property-decorator": "^8.2.1",
"vue-scrollto": "^2.14.0",
"vuetify": "^1.5.16",
"vuetify-loader": "^1.2.2",
"vuex": "^3.1.1",
"vuex-persist": "^2.0.0",
"wavesurfer.js": "^4.0.1",
"web-audio-touch-unlock": "^1.0.1"
},
"devDependencies": {
"@mdi/font": "^3.8.95",
"@nuxt/typescript-build": "^1.0.3",
"@nuxt/typescript-runtime": "^0.4.10",
"@nuxtjs/eslint-config": "^1.1.2",
"@nuxtjs/vuetify": "^0.5.6",
"@types/crypto-js": "^3.1.47",
"@types/lodash": "^4.14.164",
"@types/socket.io": "^2.1.12",
"@types/socket.io-client": "^1.4.36",
"@types/vue-scrollto": "^2.17.1",
"@types/wavesurfer.js": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": ">=2.23.4",
"eslint-plugin-jest": "^22.11.1",
"eslint-plugin-node": ">=9.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": ">=4.3.1",
"eslint-plugin-standard": ">=4.1.0",
"eslint-plugin-vue": "^6.2.2",
"glob-all": "^3.2.1",
"node-sass": "^4.14.1",
"nuxt-property-decorator": "^2.8.8",
"nuxt-purgecss": "^0.2.1",
"prettier": "^2.3.2",
"purgecss-webpack-plugin": "^1.6.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.4.5",
"vue-loader": "^15",
"vue-template-compiler": "^2.6.10"
}
}