-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "shop-search",
"version": "1.0.0",
"description": "~~プリパラ~~ プリチャンの店舗をいい感じに検索するやつです.",
"main": "main.js",
"scripts": {
"build": "parcel build src/index.html --public-url /shop-search",
"build:watch": "parcel watch src/index.html --public-url /shop-search",
"serve": "parcel src/index.html --public-url /shop-search"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prickathon/shop-search.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prickathon/shop-search/issues"
},
"homepage": "https://github.com/prickathon/shop-search#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"parcel-bundler": "^1.9.1",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"axios": "^0.18.0",
"core-js": "^3.2.1",
"vue": "^2.5.16",
"vue-hot-reload-api": "^2.3.0"
}
}