-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.28 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
{
"name": "doi-metadata-search",
"version": "1.2.1",
"description": "vendor",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"lint": "./node_modules/.bin/eslint . --ext .js"
},
"private": true,
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "",
"engines": {
"node": ">= 10.*"
},
"author": "Martin Fenner",
"license": "MIT",
"dependencies": {
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-preset-react-app": "3",
"bootstrap-sass": "^3.4.1",
"bootstrap-social": "~5.0.0",
"bootstrap3": "^3.3.5",
"es5-shim": "~4.1.0",
"eslint": "^7.2.0",
"eslint-loader": "^4.0.2",
"lodash": "^4.17.19",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"file-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}