-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
73 lines (73 loc) · 2.15 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
67
68
69
70
71
72
73
{
"name": "dev-ui",
"version": "8.0.1-SNAPSHOT",
"repository": {
"type": "git",
"url": "https://github.com/OpenLMIS/dev-ui"
},
"main": "Gruntfile.js",
"dependencies": {
"@babel/core": "~7.14.8",
"@babel/plugin-transform-runtime": "~7.14.5",
"@babel/preset-env": "~7.14.8",
"@babel/preset-react": "~7.14.5",
"babel-loader": "~8.2.2",
"change-case": "~3.0.1",
"clean-webpack-plugin": "~4.0.0",
"connect": "~3.5.0",
"copy-webpack-plugin": "~6.4.1",
"css-loader": "~5.2.7",
"eslint-plugin-dollar-sign": "~1.0.1",
"eslint-plugin-jasmine": "~2.10.1",
"eslint-plugin-jquery": "~1.3.2",
"express": "~4.14.1",
"extend": "~3.0.0",
"file-loader": "~6.2.0",
"fs-extra": "~2.0.0",
"grunt": "~1.0.1",
"grunt-angular-templates": "~1.1.0",
"grunt-appcache": "~0.2.0",
"grunt-contrib-watch": "~1",
"grunt-eslint": "~20.2.0",
"grunt-force-task": "~2.0.0",
"grunt-karma": "~2.0.0",
"grunt-kss": "~5.0.1",
"grunt-ngdocs": "~0.2.10",
"grunt-notify": "~0.4.5",
"grunt-replace": "~1.0.1",
"grunt-sonar-runner": "2.4.8",
"grunt-stylelint": "0.16.0",
"grunt-webpack": "~4.0.3",
"json2csv": "~3.8.0",
"karma": "~1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "~1",
"karma-htmlfile-reporter": "~0.3",
"karma-jasmine": "~0.1.0",
"karma-junit-reporter": "~1.1.0",
"marked": "~0.3.12",
"mini-css-extract-plugin": "~1.6.2",
"node-sass": "~4.14.1",
"properties-parser": "~0.3.1",
"puppeteer": "~1.13.0",
"replace-in-file": "~2.6.4",
"request": "~2.79.0",
"sass-loader": "~10.2.0",
"serve-index": "~1.8.0",
"serve-static": "~1.11.2",
"sonar-web-frontend-reporters": "~3.2.0",
"stylelint": "^13.13.1",
"terser-webpack-plugin": "~4.2.3",
"url-loader": "~4.1.1",
"webpack": "~4.46.0",
"webpack-cli": "~4.7.2",
"wiredep-away": "~0.1.3",
"workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.3.0",
"workbox-routing": "^6.3.0",
"workbox-strategies": "^6.3.0",
"workbox-webpack-plugin": "~6.3.0"
},
"license": "AGPL-3.0"
}