forked from jameshoe1999/webdesignassignment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "juiceisfun",
"version": "0.0.1-alpha",
"description": "UCCD2223 website design and development project assignment",
"main": "index.html",
"scripts": {
"test": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/james1999/webdesignassignment.git"
},
"author": "James Hoe",
"license": "ISC",
"bugs": {
"url": "https://github.com/james1999/webdesignassignment/issues"
},
"homepage": "https://github.com/james1999/webdesignassignment#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^3.1.2",
"html-webpack-plugin": "^4.3.0",
"lodash": "^4.17.20",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sweetalert2": "^9.17.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@babel/preset-stage-2": "^7.8.3"
}
}