-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (40 loc) · 1.17 KB
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": "romanpppphs",
"version": "1.0.1",
"description": "simple game physics lib",
"main": "./src/index.js",
"files": [
"src/**/*"
],
"scripts": {
"test": "webpack --config webpack.test.js --watch",
"start": "webpack --config ./webpack.dev.js --watch",
"build": "webpack --config ./webpack.dev.js ",
"dev": "webpack-dev-server --config webpack.dev.js --mode development "
},
"author": "",
"license": "ISC",
"devDependencies": {
"compression-webpack-plugin": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"romanpppgraphics": "^1.0.0",
"romanpppmath": "^1.0.45",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@types/styled-components": "latest",
"styled-components": "latest"
}
}