-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "starter",
"private": true,
"dependencies": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@types/angular": "^1.7.0",
"@types/angular-aria": "^1.7.1",
"@types/lunr": "^2.3.3",
"airkit": "github:grow/airkit#27a2dde1f3101890c149a3b9621a1a674b935705",
"airkit2": "0.0.3",
"angular": "^1.7.9",
"angular-aria": "^1.7.9",
"babelify": "10.0.0",
"browserify": "16.5.1",
"es6-promise": "4.2.8",
"eslint": "6.8.0",
"eslint-config-google": "0.14.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-rename": "2.0.0",
"gulp-sass": "4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.7",
"lunr": "^2.3.8",
"node-sass": "4.14.1",
"request": "2.88.2",
"require-dir": "1.2.0",
"stringify": "5.2.0",
"ts-loader": "^7.0.3",
"typescript": "^3.8.3",
"velocity-animate": "1.5.2",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "^3.11.1",
"webpack": "^4.43.0",
"webpack-stream": "^5.2.1"
},
"devDependencies": {
"express": "^4.17.1",
"gulp-notify": "^3.2.0",
"jest": "^26.0.1",
"jest-junit": "^10.0.0",
"jest-puppeteer": "^4.4.0",
"puppeteer": "^3.1.0"
},
"scripts": {
"test": "jest --reporters=default",
"test:ci": "jest --ci --runInBand --reporters=default --reporters=jest-junit"
}
}