-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.4 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
41
42
43
44
45
46
47
48
49
{
"name": "hucr",
"version": "1.0.0",
"description": "Home page of Hokkaido University Cetacean Research at Sapporo",
"main": "build/index.js",
"repository": "http://github.com/Kogia-sima/hucr",
"author": "Kogia-sima",
"license": "MIT",
"scripts": {
"serve": "node build/index.js serve",
"watch": "node build/index.js watch",
"build": "node build/index.js build",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"bootstrap-vue": "^2.0.0-rc.20",
"gsap": "^2.1.2",
"normalize.css": "^8.0.1",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3",
"vue-router": "^3.0.6",
"vue-touch": "^2.0.0-beta.4",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@parcel/logger": "^1.11.0",
"@vue/component-compiler-utils": "^3.0.0",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"connect": "^3.7.0",
"cosmiconfig": "^5.2.0",
"doiuse": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"http-proxy-middleware": "^0.19.1",
"open": "^6.2.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-compress": "^1.0.9",
"regenerator-runtime": "^0.13.2",
"rimraf": "2.6.3",
"sass": "^1.20.1",
"sitemap": "^2.2.0",
"vue-template-compiler": "^2.6.10"
}
}