-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "dfm-app",
"version": "0.0.1",
"private": true,
"description": "Vue App for DFM",
"scripts": {
"serve": "vue-cli-service serve --mode development",
"build": "vue-cli-service build --mode production",
"dev-build": "vue-cli-service build --mode development",
"language": "node ./scripts/language.js"
},
"dependencies": {
"core-js": "^3.8.3",
"lodash": "^4.17.19",
"md5": "^2.2.1",
"papaparse": "^5.2.0",
"uikit": "^3.4.2",
"vue": "^2.5.17",
"vue-slider-component": "^3.1.2",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"multi-glob": "^1.0.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^5.73.0",
"zip-webpack-plugin": "^4.0.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"license": "MIT"
}