-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.57 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
50
51
52
53
54
55
56
57
58
{
"name": "dna-of-forests",
"version": "2.1.0",
"description": "森のDNA図鑑",
"main": "script/main.js",
"scripts": {
"dev": "rbenv exec bundle exec middleman",
"build": "rbenv exec bundle exec middleman build",
"deploy": "rbenv exec bundle exec middleman deploy"
},
"repository": {
"type": "git",
"url": "[email protected]:YCAMInterlab/dna-of-forests.git"
},
"author": "Naokazu Terada",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/node": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.16.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.3.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^6.0.1",
"eslint": "^6.7.2",
"node-sass": "^4.13.0",
"pug-plain-loader": "^1.0.0",
"pug": "^2.0.4",
"sass-loader": "^8.0.0",
"sass": "^1.23.0",
"style-loader": "^1.0.0",
"vue-i18n": "^8.15.1",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack-cli": "^3.3.10",
"webpack": "^4.41.2"
},
"dependencies": {
"dynamics.js": "^1.1.5",
"flickity": "^2.2.1",
"js-cookie": "^2.2.1",
"json-loader": "^0.5.7",
"load-google-maps-api": "^2.0.1",
"lodash": "^4.17.15",
"mobile-detect": "^1.4.4",
"moment": "^2.24.0",
"striptags": "^3.1.1",
"three-js": "^79.0.0",
"vue": "^2.6.10",
"vue-gtm": "^2.2.0",
"vue-resize-directive": "^1.2.0",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10"
}
}