generated from tecg-mmi/template-teacher
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 859 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
{
"name": "examen-juin-2022",
"version": "1.0.0",
"description": "> A JS exercise use at HEPL for MMI.",
"main": "webpack.mix.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hepl-mmi/examen-juin-2022.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hepl-mmi/examen-juin-2022/issues"
},
"homepage": "https://github.com/hepl-mmi/examen-juin-2022#readme",
"devDependencies": {
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.43",
"resolve-url-loader": "^5.0.0",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3"
},
"dependencies": {
"reset-css": "^5.0.1"
}
}