-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.42 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
{
"name": "cse115-project",
"version": "1.0.0",
"scripts": {
"test": "webpack serve --config ./webpack.mocha.js",
"dev": "webpack serve --mode=development",
"build": "webpack build --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JMBeresford/cse115-project.git"
},
"author": "John Beresford",
"license": "MIT",
"bugs": {
"url": "https://github.com/JMBeresford/cse115-project/issues"
},
"homepage": "https://github.com/JMBeresford/cse115-project#readme",
"dependencies": {
"chai": "^4.3.6",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"glsl-blend": "^1.0.3",
"glsl-inverse": "^1.0.0",
"glsl-map": "^1.0.1",
"glsl-noise": "^0.0.0",
"glsl-transpose": "^1.0.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"mini-html-webpack-plugin": "^3.1.3",
"mocha": "^8.4.0",
"mocha-loader": "^5.1.5",
"raw-loader": "^4.0.2",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"stats.js": "^0.17.0",
"style-loader": "^3.3.1",
"three": "^0.134.0",
"tweakpane": "^3.0.6",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.6.0",
"webpack-plugin-serve": "^1.6.0"
},
"devDependencies": {
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2"
}
}