-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "olfactory_bulb_frontend",
"version": "1.0.0",
"description": "",
"private": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --open",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnr-ibf-pa/olfactory_bulb_frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cnr-ibf-pa/olfactory_bulb_frontend/issues"
},
"homepage": "https://github.com/cnr-ibf-pa/olfactory_bulb_frontend#readme",
"dependencies": {
"@popperjs/core": "^2.11.5",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.1.3",
"colormap": "^2.3.2",
"css-loader": "^6.7.1",
"dat.gui": "^0.7.9",
"html-webpack-plugin": "^5.5.0",
"javascript-color-gradient": "^2.4.4",
"jquery": "^3.6.0",
"jsdom": "^19.0.0",
"load-img": "^1.0.0",
"lodash": "^4.17.21",
"node-sass": "^7.0.1",
"oidc-client": "^1.11.5",
"package.json": "^2.0.1",
"popper.js": "^1.16.1",
"postcss-loader": "^6.2.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"three": "^0.138.3",
"tinygradient": "^1.1.5",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}