-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"private": true,
"name": "ifrs-portal-plugin-cursos",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -Rf js/",
"build-dev": "npm run clean && webpack -d --mode development --watch",
"build-prod": "npm run clean && webpack -p --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IFRS/portal-plugin-cursos.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/IFRS/portal-plugin-cursos/issues"
},
"homepage": "https://github.com/IFRS/portal-plugin-cursos#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"axios": "^0.21.2",
"babel-loader": "^8.1.0",
"source-map-loader": "^1.1.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-router": "^3.4.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12"
}
}