-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.47 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
{
"name": "niamoto",
"version": "1.0.0",
"description": "NIAMOTO PORTAL",
"main": ".eslintrc.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "webpack --watch",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niamoto/niamoto-portal.git"
},
"author": "Tristan Mangeard",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/niamoto/niamoto-portal/issues"
},
"homepage": "https://github.com/niamoto/niamoto-portal#readme",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.1",
"babel-polyfill": "^6.26.0",
"babelify": "^9.0.0",
"browserify": "^17.0.0",
"browserify-shim": "^3.8.14",
"css-loader": "^3.6.0",
"d3": "^5.16.0",
"jquery": "^3.5.1",
"ol": "^6.4.3",
"postcss-loader": "^3.0.0",
"style-loader": "^1.3.0",
"webpack": "^5.6.0"
},
"dependencies": {
"clean-jsdoc-theme": "^2.2.13",
"d3-scale-chromatic": "^2.0.0",
"d3-svg-legend": "^2.25.6",
"jsdoc": "^3.6.6",
"sass-loader": "^12.6.0",
"sass": "^1.49.9",
"uniq": "^1.0.1",
"webpack-cli": "^4.2.0",
"webpack-dashboard": "^3.2.1"
},
"browserify": {
"transform": [
"babelify"
],
"presets": [
"es2015",
"react"
]
}
}