-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.47 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.47 KB
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
{
"name": "simulation-lab-inventory",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./build-frontend.sh --production",
"dev": "./node_modules/.bin/webpack --config webpack.config.js",
"watch": "./node_modules/.bin/webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Queens-Patient-Simulation-Lab/Inventory.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Queens-Patient-Simulation-Lab/Inventory/issues"
},
"homepage": "https://github.com/Queens-Patient-Simulation-Lab/Inventory#readme",
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"autoprefixer": "^9.7.6",
"bootstrap": "^4.4.1",
"bootstrap4-tagsinput": "^4.1.3",
"css-loader": "^3.5.3",
"jquery": "3.4.1",
"mini-css-extract-plugin": "^0.9.0",
"mjml": "^4.6.2",
"node-sass": "4.14.0",
"popper.js": "^1.16.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.0",
"webpack": "^4.43.0",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.3.11"
},
"comments": {
"jquery": "Jquery has been pinned at 3.4.1 because of issues with bootstrap and 3.5.0 https://github.com/twbs/bootstrap/issues/30553 this is fixed in bootstrap v4-dev and can be removed once a new release is cut"
}
}