-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "playgame",
"version": "1.0.0",
"description": "Playgame about page",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --content-base './public' --hot true --port 3000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fjfalah/playgame.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fjfalah/playgame/issues"
},
"homepage": "https://github.com/fjfalah/playgame#readme",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-free": "^5.6.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-plugin-styled-components": "^1.9.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"axios": "^0.18.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.2"
}
}