-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.6 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
{
"name": "localminima-eye_scdfxibm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"frontend:build": "npx webpack --progress --config webpack.config.js",
"frontend:dev": "npx webpack --progress --watch --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/local-minima/LocalMinima-Eye_SCDFXIBM.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/local-minima/LocalMinima-Eye_SCDFXIBM/issues"
},
"homepage": "https://github.com/local-minima/LocalMinima-Eye_SCDFXIBM#readme",
"dependencies": {
"@carbon/icons-vue": "^10.12.0",
"@carbon/vue": "^2.27.0",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"js-cookie": "^2.2.1",
"leaflet": "^1.6.0",
"markdown-loader": "^5.1.0",
"typeface-ibm-plex-mono": "0.0.61",
"typeface-roboto": "0.0.75",
"typeface-roboto-mono": "0.0.75",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.3.0",
"less": "^3.11.3",
"less-loader": "^6.1.1",
"text-transform-loader": "^2.0.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.2",
"vue-router": "^3.3.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}