-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "torch.ly",
"version": "1.0.0",
"description": "The online virtual tabletop software",
"author": "Caesar0815 + EricHier",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue ./",
"lint-fix": "eslint --ext .js,.vue ./ --fix"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@nuxtjs/axios": "^5.12.1",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.2",
"@turf/turf": "^5.1.6",
"@types/mathjs": "^6.0.5",
"animate.css": "^4.1.0",
"apollo-boost": "^0.4.9",
"apollo-client": "^2.6.10",
"apollo-link-ws": "^1.0.20",
"cannon": "^0.6.2",
"deepcopy": "^2.1.0",
"font-awesome": "^4.7.0",
"graphql": "^15.3.0",
"hotkeys-js": "^3.8.1",
"konva": "^5.0.3",
"lodash": "^4.17.19",
"lowdash": "^1.2.0",
"mathjs": "^7.2.0",
"node-sass": "^4.14.1",
"nuxt": "^2.0.0",
"nuxt-fontawesome": "^0.4.0",
"sass-loader": "^8.0.2",
"subscriptions-transport-ws": "^0.9.17",
"three": "^0.123.0",
"turf-difference": "^3.0.12",
"turf-overlaps": "^1.0.3",
"turf-union": "^3.0.12",
"vue-konva": "^2.1.3",
"vue-popperjs": "^2.3.0",
"vuedraggable": "^2.24.1"
},
"devDependencies": {
"@nuxt/types": "^0.7.9",
"@nuxtjs/tailwindcss": "^1.0.0",
"eslint": "^7.14.0",
"eslint-plugin-vue": "^7.1.0"
}
}