-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1014 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": "l_ai_fe",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"build": "webpack --config webpack/webpack.prod.config.js",
"start": "webpack-dev-server --open --host 0.0.0.0 --disableHostCheck --config webpack/webpack.dev.config.js",
"pages": "webpack --config webpack/webpack.prod.config.js --output-path docs/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drusin/L_AI_FE.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/drusin/L_AI_FE/issues"
},
"homepage": "https://github.com/drusin/L_AI_FE#readme",
"devDependencies": {
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.0.5",
"file-loader": "4.2.0",
"html-webpack-plugin": "3.2.0",
"ts-loader": "6.2.1",
"typescript": "3.7.2",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2"
},
"dependencies": {
"phaser": "3.20.1"
}
}