-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 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
36
{
"name": "angularjs-with-typescript",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hugo C. Duraes",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-typescript": "^3.1.5",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"run-sequence": "^1.2.2",
"tsify": "^3.0.1",
"typescript": "^2.1.6",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"@types/angular": "^1.6.5",
"@types/angular-ui-router": "^1.1.36",
"angular": "^1.6.2",
"angular-ui-router": "^0.4.2",
"bootstrap": "^4.1.3",
"font-awesome": "^4.7.0",
"node-sass": "^4.10.0"
}
}