forked from luixaviles/edteam-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 855 Bytes
/
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
{
"name": "edteam-typescript",
"version": "1.0.0",
"description": "TypeScript desde cero",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luixaviles/edteam-typescript.git"
},
"keywords": [
"typescript",
"webpack"
],
"author": "Luis Aviles",
"license": "MIT",
"bugs": {
"url": "https://github.com/luixaviles/edteam-typescript/issues"
},
"homepage": "https://github.com/luixaviles/edteam-typescript#readme",
"dependencies": {
"lodash": "^4.17.5",
"ts-loader": "^4.0.0",
"typescript": "^2.7.2",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.105"
}
}