-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 926 Bytes
/
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
{
"name": "quizz-fcgb-women",
"version": "1.0.0",
"description": "Quizz dédié à la section féminine du FC Girondins de Bordeaux",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alice-sebego/quizz-fcgb-women.git"
},
"keywords": [],
"author": "Alice",
"license": "ISC",
"bugs": {
"url": "https://github.com/alice-sebego/quizz-fcgb-women/issues"
},
"homepage": "https://github.com/alice-sebego/quizz-fcgb-women#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"lodash": "^4.17.21"
}
}