-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "local-realms",
"version": "1.0.0",
"description": "Website and app for locating friendly local game stores.",
"main": "index.js",
"private": true,
"dependencies": {
"@material/snackbar": "^2.1.1",
"axios": "^0.19.0",
"libphonenumber-js": "^1.7.15",
"lunr": "^2.3.6",
"moment": "^2.24.0",
"vue": "^2.6.10",
"vuex": "^3.1.0"
},
"devDependencies": {
"css-loader": "^2.1.1",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsclev/local-realms.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsclev/local-realms/issues"
},
"homepage": "https://github.com/jsclev/local-realms#readme"
}