-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 855 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": "car-race",
"version": "2.0.0",
"description": "A racing game inspired by games from the 80s",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takaneichinose/car-race.git"
},
"author": "Takane Ichinose",
"license": "ISC",
"bugs": {
"url": "https://github.com/takaneichinose/car-race/issues"
},
"homepage": "https://github.com/takaneichinose/car-race#readme",
"dependencies": {
"normalize.css": "^8.0.1",
"nuxt": "^2.17.3"
},
"devDependencies": {
"@nuxt/types": "^2.13.2",
"@nuxt/typescript-build": "^2.0.3",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.3"
}
}