-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"name": "wannaplay",
"version": "1.0.0",
"description": "Planify your action !",
"main": "index.jsx",
"repository": "https://gitlab.com/Dadidou/wannaplay.git",
"author": "Loïc Thomas",
"license": "MIT",
"scripts": {
"build": "webpack --progress --watch --colors",
"dev": "webpack-dev-server --progress --colors"
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react-cookie": "^4.0.3",
"react-redux": "^7.2.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"@reduxjs/toolkit": "^1.3.0",
"@types/react-router-dom": "^5.1.3",
"axios": "^0.19.2",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"dotenv-webpack": "^1.7.0",
"file-loader": "^6.0.0",
"jquery": "^3.4.1",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
}
}