-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 933 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
{
"name": "star-wars",
"version": "1.0.0",
"description": "### 🐳 Needed tools",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dist": "NODE_ENV=production webpack --config config/webpack/webpack.config.js",
"build": "NODE_ENV=development webpack --config config/webpack/webpack.config.js",
"watch": "NODE_ENV=development webpack --config config/webpack/webpack.config.js --watch"
},
"author": "Mary De Nóbrega",
"license": "ISC",
"devDependencies": {
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"axios": "^0.19.2",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"style-loader": "^1.1.3",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"yarn": "^1.21.1"
},
"repository": "[email protected]:marydn/star-wars.git"
}