-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "harps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack serve --mode=development"
},
"author": "Dain Blodorn",
"license": "GNU",
"devDependencies": {
"@types/lodash": "^4.14.198",
"@types/matter-js": "^0.19.0",
"@types/node": "^20.5.6",
"@types/webpack": "^5.28.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.2.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.2.2",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"sass": "^1.38.2",
"sass-loader": "^12.1.0",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0",
"wepack-cli": "0.0.1-security"
},
"dependencies": {
"lodash": "^4.17.21",
"matter-js": "^0.19.0",
"popmotion": "^11.0.5",
"tone": "^14.7.77",
"xstate": "^4.38.2"
}
}