-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1005 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": "starwarsmovies",
"version": "1.0.0",
"description": "",
"main": "UILayer.js",
"scripts": {
"start": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DamianBartosz/StarWarsMovies.git"
},
"author": "CodersCamp_TeamDelta",
"license": "MIT",
"bugs": {
"url": "https://github.com/DamianBartosz/StarWarsMovies/issues"
},
"homepage": "https://github.com/DamianBartosz/StarWarsMovies#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.0",
"ttf-loader": "^1.0.2",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.7",
"webpack-merge": "^4.2.2"
},
"dependencies": {}
}