-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "ecse428-potatopeeps",
"version": "0.1.0",
"description": "McGill ECSE 428 React JS + Spring REST",
"repository": {
"type": "git",
"url": "[email protected]:adeeb27/ecse428-potatopeeps.git"
},
"keywords": [
"rest",
"hateoas",
"spring",
"data",
"react"
],
"homepage": "https://github.com/adeeb27/ecse428-potatopeeps",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"css-loader": "^2.1.0",
"fetch": "^1.1.0",
"font-awesome": "^4.7.0",
"i": "^0.3.6",
"npm": "^6.8.0",
"react": "^16.8.4",
"react-bootstrap": "^1.0.0-beta.5",
"react-dom": "^16.8.4",
"react-modal": "^3.8.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^2.4.1",
"react-transition-group": "^2.6.0",
"rest": "^1.3.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"when": "^3.7.8"
},
"scripts": {
"watch": "webpack --watch -d"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"file-loader": "^3.0.1",
"node-sass": "^4.10.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.1.0"
}
}