forked from pinqy520/three-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "typescript-webpack-starter",
"version": "0.0.1",
"description": "typescript + webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wayneparrott/typescript-webpack-starter.git"
},
"keywords": [],
"author": "Huang Qi",
"license": "MIT",
"bugs": {
"url": "https://github.com/wayneparrott/typescript-webpack-starter/issues"
},
"homepage": "https://github.com/wayneparrott/typescript-webpack-starter#readme",
"devDependencies": {
"awesome-typescript-loader": "latest",
"browser-sync": "latest",
"browser-sync-webpack-plugin": "latest",
"css-loader": "latest",
"extract-text-webpack-plugin": "latest",
"html-webpack-plugin": "latest",
"json-loader": "latest",
"progress-bar-webpack-plugin": "latest",
"style-loader": "latest",
"typescript": "latest",
"webpack": "latest",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "latest"
},
"dependencies": {
}
}