-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 863 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
{
"name": "typepack",
"version": "1.0.0",
"description": "A webpack typescript boilerplate",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christopher Mosure <[email protected]>",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/jquery": "^2.0.48",
"@types/lodash": "^4.14.71",
"clean-webpack-plugin": "^0.1.16",
"codelyzer": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"path": "^0.12.7",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.1.0",
"tslint": "^5.4.1",
"typescript": "^2.3.4",
"webpack": "^2.6.1",
"webpack-dashboard": "^0.4.0",
"webpack-dev-server": "^2.4.5"
}
}