-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
{
"name": "tp1_stack",
"version": "1.0.0",
"description": "TIW8 TP1 Mise en place Stack",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"build": "webpack --mode production",
"dev": "webpack --mode development && node server/index.js",
"test": "echo \"Error: pas de tests pour le moment\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NdiagaSarr/TP1_Slack.git"
},
"author": "Ndiagadroid",
"license": "ISC",
"bugs": {
"url": "https://github.com/NdiagaSarr/TP1_Slack/issues"
},
"homepage": "https://github.com/NdiagaSarr/TP1_Slack#readme",
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"bootstrap": "^4.6.0",
"dev-command": "^0.8.1",
"dom": "0.0.3",
"eslint-loader": "^4.0.2",
"eslint-webpack-plugin": "^2.5.3",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^1.7.0",
"html-webpack-plugin": "^5.3.1",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
}
}