-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "@alchemist/ecsrx",
"version": "0.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/alchemist/alchemist-ecsrx",
"scripts": {
"barrel": "barrelsby -c barrel.config.json",
"build": "webpack"
},
"files": [
"dist/**/*",
"src/**/*.scss",
"LICENSE",
"readme.md"
],
"dependencies": {
"@alchemist/core": "^0.5.6",
"@alchemist/dotnet": "^0.4.11",
"@treacherous/core": "^0.17.7",
"@treacherous/decorators": "^0.2.4",
"@treacherous/vue": "^0.4.2",
"tslib": "^1.10.0",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.2.2",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/node": "^10.12.6",
"barrelsby": "^2.1.1",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"node-sass": "^7.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.12",
"acorn": "^7.1.1"
}
}