-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 854 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
{
"name": "mvvmdemo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp start",
"build": "gulp build",
"tslint": "tslint --fix -c ./tslint.json './src/**/*{.ts,.tsx}'"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@types/webpack": "^4.4.31",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.5",
"declaration-bundler-webpack-plugin": "^1.0.3",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-typescript": "^5.0.1",
"ts-loader": "^5.4.5",
"tslint": "^5.16.0",
"typescript": "^3.2.2",
"vinyl-named": "^1.1.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-stream": "^5.2.1"
}
}