-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "space-invaders",
"version": "0.2.4",
"description": "space invaders with ion-cloud",
"main": "index.html",
"author": {
"name": "Nathaniel Inman",
"email": "nate@theoestudio.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nathanielinman/space-invaders.git"
},
"bugs": {
"url": "https://github.com/nathanielinman/space-invaders/issues"
},
"scripts": {
"preview": "vite preview",
"build": "vite build",
"lint": "eslint --ext .js ./",
"start": "vite serve --mode development --cors"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/plugin-transform-regenerator": "^7.18.6",
"@babel/preset-env": "^7.19.4",
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"stylus": "^0.59.0",
"vite": "^7.1.11"
},
"dependencies": {
"@ion-cloud/core": "^2.8.2"
},
"readmeFilename": "README.md",
"homepage": "Https://github.com/nathanielinman/space-invaders"
}