-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
98 lines (98 loc) · 2.47 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "evolution-simulator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@mdi/font": "^4.1.95",
"@wildpeaks/three-webpack-plugin": "^2.0.0",
"babel-plugin-component": "^1.1.1",
"buefy": "^0.8.2",
"bulma": "^0.7.1",
"chart.js": "^2.7.3",
"chartjs-plugin-annotation": "^0.5.7",
"chroma-js": "^2.0.4",
"csv-stringify": "^5.6.1",
"howler": "^2.0.15",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"nosleep.js": "^0.9.0",
"three": "^0.111.0",
"three-orbit-controls": "^82.1.0",
"vue": "^2.5.17",
"vue-analytics": "^5.17.2",
"vue-chartjs": "^3.4.0",
"vue-circle-slider": "^1.0.2",
"vue-router": "^3.0.2",
"vue-scrollto": "^2.17.1",
"vue-slider-component": "^3.0.38",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0",
"worker-loader": "https://github.com/wellcaffeinated/worker-loader"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@wasm-tool/wasm-pack-plugin": "^0.2.7",
"babel-eslint": "^10.0.1",
"comlink-loader": "https://github.com/wellcaffeinated/comlink-loader#dist",
"eslint": "^6.2.1",
"eslint-plugin-vue": "^5.0.0-0",
"node-sass": "^4.11.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass": "^1.22.10",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.5.17",
"wasm-opt": "^1.1.1"
},
"resolutions": {
"comlink-loader": "https://github.com/wellcaffeinated/comlink-loader#dist",
"webpack": "4.29.6",
"worker-loader": "https://github.com/wellcaffeinated/worker-loader"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"ignorePatterns": [
"src/wasm/**/*.js"
],
"rules": {
"generator-star-spacing": "off",
"comma-style": [
2,
"first"
],
"space-in-parens": 0,
"space-before-blocks": 0,
"padded-blocks": 0,
"space-before-function-paren": 0
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}