-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "elfin",
"version": "1.0.0",
"description": "The HP email generator PWA",
"main": "index.js",
"scripts": {
"start": "npx webpack serve",
"deploy": "npm install && npx webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectSunday/elfinproject.git"
},
"author": "Hai Nguyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectSunday/elfinproject/issues"
},
"homepage": "https://github.com/ProjectSunday/elfinproject#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"babel-loader": "^8.2.1",
"copy-webpack-plugin": "^6.3.2",
"html-webpack-plugin": "^4.5.0",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-components": "^5.2.1",
"uuid": "^8.3.1"
}
}