-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 923 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 923 Bytes
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
{
"name": "artifacts",
"version": "1.0.0",
"description": "",
"main": "dist/artifacts.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "EUPL",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.2",
"@vue/babel-preset-jsx": "^1.0.0-beta.2",
"axios": "^0.18.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3333",
"vue": "^2.6.9",
"vue-loader": "^15.7.0",
"vue-property-decorator": "^8.0.0",
"vue-template-compiler": "^2.6.9",
"vuex": "^3.1.0",
"webpack": "^4.29.6"
}
}