-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
66 lines (66 loc) · 1.72 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
58
59
60
61
62
63
64
65
66
{
"name": "splainer",
"version": "1.0.0",
"license": "Apache-2.0",
"app": "app",
"dist": "dist",
"dependencies": {
"ace-builds": "^1.10.1",
"angular": "~1.8.3",
"angular-local-storage": "~0.7.1",
"angular-sanitize": "~1.8.3",
"angular-ui-ace": "0.2.3",
"angular-ui-bootstrap": "~2.5.0",
"bootstrap": "~3.4.1",
"es5-shim": "~4.6.7",
"jquery": "~3.6.1",
"json3": "~3.3.3",
"ng-json-explorer": "http://github.com/o19s/ng-json-explorer",
"splainer-search": "2.20.1"
},
"devDependencies": {
"angular-mocks": "^1.8.3",
"autoprefixer": "^9.8.8",
"grunt": "^1.5.3",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-filerev": "^2.3.1",
"grunt-karma": "^4.0.2",
"grunt-newer": "^1.3.0",
"grunt-ngmin": "^0.0.3",
"grunt-postcss": "^0.9.0",
"grunt-svgmin": "^6.0.1",
"grunt-usemin": "^3.1.0",
"jasmine-core": "^4.4.0",
"jshint-stylish": "^2.2.1",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "^5.1.0",
"load-grunt-tasks": "^5.1.0",
"puppeteer": "^18.0.2",
"serve-static": "^1.15.0",
"time-grunt": "^2.0.0"
},
"engines": {
"node": ">=14"
},
"scripts": {
"test": "grunt test"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}