generated from tecg-mmi/template-teacher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 860 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": "canvas-framework",
"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/tecg-mmi/canvas-framework.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tecg-mmi/canvas-framework/issues"
},
"homepage": "https://github.com/tecg-mmi/canvas-framework#readme",
"devDependencies": {
"browser-sync": "^2.27.11",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^12.6.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4"
},
"dependencies": {
"reset-css": "^5.0.1"
}
}