-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 813 Bytes
/
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
{
"name": "@daliborgogic/guess-nuxt",
"version": "1.0.0",
"description": "Guess.js with Nuxt.js",
"main": "index.js",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt-start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daliborgogic/guess-nuxt.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/daliborgogic/guess-nuxt/issues"
},
"homepage": "https://github.com/daliborgogic/guess-nuxt#readme",
"dependencies": {
"nuxt-start-edge": "^2.0.0-25603961.baaf67d"
},
"devDependencies": {
"guess-webpack": "^0.1.5",
"nuxt-edge": "^2.0.0-25603961.baaf67d",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}