-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "devnexus-pwa",
"version": "1.0.0",
"description": "Devnexus 2022 Schedule",
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/styles": "^4.11.5",
"firebase": "^7.24.0",
"lodash": "^4.17.21",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.4",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.29.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"static-server": "^2.2.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"serve": "static-server",
"build": "webpack -p --config webpack.config.prod.js",
"lint": "eslint 'src/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devnexus/devnexus-pwa.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/devnexus/devnexus-pwa/issues"
},
"homepage": "https://github.com/devnexus/devnexus-pwa#readme"
}