-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
88 lines (88 loc) · 2.55 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "webpack-react-starter",
"version": "1.0.0",
"description": "A Webpack + Babel + React Starter boilerplate ",
"repository": {
"type": "git",
"url": "https://github.com/mlomboglia/webpack-react-starter"
},
"keywords": [
"Autoprefixer",
"PostCSS",
"Webpack",
"React",
"Babel"
],
"author": "Marcos Lomboglia <[email protected]> (https://marcoslombog.com)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"devlocal": "webpack-dev-server --config webpack.config.dev.js --open --hot --mode development",
"devremote": "webpack --config webpack.config.dev.js --mode development",
"build": "webpack --config webpack.config.prod.js --mode production",
"getitems": "node ./scripts/getitems.js"
},
"license": "MIT",
"browserslist": [
"defaults",
"> 1%,last 2 versions"
],
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@types/axios": "^0.14.0",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"babel-plugin-emotion": "^10.0.27",
"babel-preset-es2015-webpack": "^6.4.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.6.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"htmlparser": "^1.7.7",
"jsdom": "^16.3.0",
"postcss-loader": "^3.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^2.3.7",
"ts-loader": "^6.2.1",
"typescript": "^3.9.7",
"url-loader": "^3.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"xmldom": "^0.2.1",
"xpath": "0.0.27"
},
"dependencies": {
"@babel/node": "^7.10.5",
"@loadable/component": "^5.13.1",
"@types/node": "^13.13.14",
"axios": "^0.19.2",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"base-64": "^0.1.0",
"core-js": "^3.6.5",
"csv": "^5.3.1",
"csv-stringify": "^5.5.0",
"dompurify": "^2.0.12",
"gh-diff-html": "0.0.3",
"htmldom2": "0.0.7",
"libreoffice-convert": "^1.1.1",
"pell": "^1.0.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-spinner": "^0.2.7",
"react-tabs": "^3.1.1",
"reactjs-popup": "^1.5.0",
"textract": "^2.5.0",
"utf8": "^3.0.0"
}
}