-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
53
54
55
56
57
{
"name": "wordhighlighter",
"version": "0.0.1",
"description": "Word Highlighter web extension",
"repository": {
"type": "git",
"url": "git+https://github.com/ainzzorl/wordhighlighter.git"
},
"author": "ainzzorl",
"license": "ISC",
"bugs": {
"url": "https://github.com/ainzzorl/wordhighlighter/issues"
},
"homepage": "https://github.com/ainzzorl/wordhighlighter#readme",
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.1",
"@types/angular": "^1.8.1",
"@types/chrome": "0.0.35",
"@types/jasmine": "^2.5.37",
"@types/natural": "^0.2.31",
"@types/papaparse": "^5.2.5",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"angular": "^1.8.2",
"angular-mocks": "^1.8.2",
"angularjs-color-picker": "^3.4.8",
"babel-polyfill": "^6.26.0",
"babelify": "^10.0.0",
"bootstrap": "^3.4.1",
"browserify": "^12.0.2",
"eslint": "^7.26.0",
"font-awesome": "^4.7.0",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-jasmine": "^2.4.2",
"gulp-prettier": "^3.0.0",
"gulp-typescript": "^3.1.2",
"gulp-util": "^3.0.8",
"jasmine": "^3.7.0",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.6.0",
"karma": "^6.3.14",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "0.0.32",
"natural": "^5.0.3",
"ng-table": "^2.1.0",
"papaparse": "^5.3.0",
"puppeteer": "^10.2.0",
"typescript": "^4.2.4",
"vinyl-source-stream": "^2.0.0"
}
}