-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 903 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 903 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
33
34
{
"name": "javascript-ioc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node ./ioc/main.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/node": "^12.6.9",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"nodemon": "^1.19.1",
"opencollective-postinstall": "^2.0.2",
"source-map-loader": "^0.2.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"webpack": "^4.39.0",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"electron": "6.0.9"
}
}