-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.42 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
45
46
47
48
49
50
51
52
53
54
{
"name": "datacite-homepage",
"version": "0.3.0",
"private": true,
"scripts": {
"build": "webpack --config ./webpack.config.js",
"lint": "./node_modules/.bin/eslint . --ext .js",
"cy:open": "./node_modules/.bin/cypress open"
},
"repository": "",
"engines": {
"node": ">= 0.10.0"
},
"author": "",
"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-cookie-consent": "^5.1.3",
"react-dom": "^16.13.1",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"babel-loader": "^8.1.0",
"babel-runtime": "^6.23.0",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"cypress": "^6.4.0",
"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",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}