-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 894 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": "ts-angularjs-onsen",
"version": "1.0.0",
"description": "Sample project",
"private": true,
"dependencies": {
"@types/angular": "^1.6.53",
"angular": "^1.7.6",
"onsenui": "^2.10.6",
"ts-loader": "^5.3.3",
"typescript": "^3.2.4",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"devDependencies": {
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"style-loader": "^0.23.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.2.4"
},
"scripts": {
"build": "webpack-cli --mode=development",
"watch": "webpack-cli --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Tom Palan",
"license": "BSD"
}