-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 991 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
34
35
36
{
"name": "bee-anatomy",
"version": "1.0.0",
"description": "Bee Anatomy Quiz",
"main": "index.js",
"scripts": {
"build": "webpack --mode development --config webpack.config.js",
"start": "webpack-dev-server --mode development --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wendellwilson/bee-anatomy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wendellwilson/bee-anatomy/issues"
},
"homepage": "https://github.com/wendellwilson/bee-anatomy#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"node": "^19.6.1",
"pixi.js": "^7.2.4"
}
}