This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 3.19 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "pdsc",
"version": "0.0.0",
"scripts": {
"develop:online": "npm install && node_modules/.bin/webpack-dev-server --hot --config webpack.develop.online.js",
"develop:librarybox": "npm install && node_modules/.bin/webpack-dev-server --hot --config webpack.develop.librarybox.js",
"build:deploy-testing": "npm install && ./node_modules/.bin/webpack --config webpack.deploy.testing.js",
"build:deploy-production": "npm install && ./node_modules/.bin/webpack --config webpack.deploy.production.js",
"build:deploy-librarybox": "npm install && ./node_modules/.bin/webpack --config webpack.deploy.librarybox.js",
"karma": "./node_modules/karma/bin/karma start karma.conf.js"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.22",
"angular": "^1.7.7",
"angular-animate": "^1.7.7",
"angular-aria": "^1.7.7",
"angular-cookies": "^1.7.7",
"angular-material": "^1.1.12",
"angular-messages": "^1.7.7",
"angular-sanitize": "^1.7.7",
"angular1-apollo": "^0.3.0",
"apollo-cache-inmemory": "^1.4.3",
"apollo-client": "^2.4.13",
"apollo-link-http": "^1.5.11",
"clipboard": "^1.5.10",
"font-awesome": "4.7.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.10.1",
"highlight.js": "^9.14.2",
"imageviewer": "github:amritk/ImageViewer",
"inquirer": "^5.2.0",
"jquery": "^3.3.1",
"lodash": "4.17.5",
"moment": "^2.24.0",
"pdfjs-dist": "^1.10.100",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"shelljs": "^0.8.3",
"xmldom": "^0.1.27",
"yargs": "^11.1.0"
},
"repository": {},
"devDependencies": {
"angular-mocks": "^1.7.7",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"browserify": "^16.2.3",
"chai": "^4.2.0",
"chai-json-schema": "^1.5.0",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.10",
"express": "^4.16.4",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.0.4",
"ifdef-loader": "^2.1.1",
"jshint-loader": "^0.8.4",
"jshint-stylish": "^1.0.0",
"karma": "^2.0.5",
"karma-browserify": "^5.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^3.0.5",
"mini-css-extract-plugin": "^0.4.5",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.5",
"phantomjs-prebuilt": "^2.1.4",
"raw-loader": "^0.5.1",
"style-loader": "^0.20.2",
"watchify": "^3.11.0",
"webpack": "^4.29.3",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.2.1",
"webpack-shell-plugin": "^0.5.0",
"write-file-webpack-plugin": "^4.5.0"
}
}