-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
51 lines (51 loc) · 1.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
{
"name": "onlineweb4",
"version": "1.0.0",
"description": "Onlineweb 4",
"private": true,
"browserslist": [
"last 2 versions",
"> 5% in NO"
],
"dependencies": {
"bootstrap": "3.4.1",
"classnames": "^2.2.5",
"corejs-typeahead": "^1.1.0",
"cropperjs": "^1.6.1",
"dropzone": "^4.3.0",
"echarts": "5.5.1",
"esbuild": "0.24.0",
"esbuild-plugin-less": "1.3.10",
"font-awesome": "^4.7.0",
"jquery": "2",
"js-cookie": "^3.0.5",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap": "0.33.1",
"react-dom": "^16.8.6",
"react-markdown": "^2.5.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-transition-group": "^4.0.0",
"tablesorter": "^2.28.3",
"underscore": "^1.12.1"
},
"devDependencies": {
"less": "^4.2.0",
"less-loader": "^7.3.0"
},
"scripts": {
"build": "node esbuild.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotkom/onlineweb4.git"
},
"author": "dotkom",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotkom/onlineweb4/issues"
},
"homepage": "https://online.ntnu.no/",
"packageManager": "[email protected]"
}