forked from yankouskia/warmup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 799 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": "youtube-client",
"version": "1.0.0",
"description": "youtube",
"main": "./js/main.js",
"scripts": {
"eslint": "eslint js/*.js",
"build": "webpack"
},
"repository": {
"start": "webpack --config webpack.config.js",
"url": "https://github.com/rolling-scopes-school/tatsianacs-2018Q3/tree/youtube-client"
},
"keywords": [
"youtube"
],
"author": "Tatsiana",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
}
}