-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 810 Bytes
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
{
"name": "continuum-next",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"server": "nodemon main.js",
"generate": "nuxt generate"
},
"dependencies": {
"@geckos.io/client": "^1.7.2",
"@geckos.io/server": "^1.7.2",
"@nuxtjs/axios": "^5.12.2",
"core-js": "^3.6.5",
"css-element-queries": "^1.2.3",
"esm": "^3.2.25",
"image-promise": "^7.0.1",
"matter-js": "^0.14.2",
"matter-wrap": "^0.2.0",
"nipplejs": "^0.8.7",
"nuxt": "^2.15.4",
"nuxt-buefy": "^0.4.6",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}