-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 970 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 970 Bytes
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
{
"name": "deferred-web",
"version": "0.0.1",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack build --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukaswagner/deferred-web.git"
},
"author": "Lukas Wagner",
"license": "MIT",
"devDependencies": {
"@lukaswagner/web-ui": "^1.9.0",
"@lukaswagner/webgl-toolkit": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"css-import-loader": "^0.0.1",
"css-loader": "^7.1.2",
"eslint": "^9.12.0",
"gl-matrix": "^3.4.3",
"pug": "^3.0.3",
"pug-plugin": "^5.3.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-glsl-loader": "^1.0.1"
}
}