-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.62 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
{
"name": "channel-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"mdb-react-ui-kit": "^4.0.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-countdown": "^2.3.2",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-loading-icons": "^1.1.0",
"react-scripts": "^5.0.1",
"react-useinterval": "^1.0.2",
"validator": "^13.7.0"
},
"scripts": {
"start": "NODE_ENV=development webpack serve",
"build": "npm run clean; NODE_ENV=production webpack --color; cp -f _redirects dist/",
"clean": "rimraf dist"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "A simple [create-react-app](CRA-README.md) setup, showcasing one of the lastest React-Bootstrap components!",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"autoprefixer": "10.4.5",
"css-loader": "^6.3.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.2",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"sass": "^1.42.1",
"sass-loader": "^10.2.0",
"sparkpost": "^2.1.4",
"style-loader": "^3.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.58.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
}
}