-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 KB
/
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
37
{
"name": "02-touch-user-input",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.dev.js --host 0.0.0.0 --port 3000",
"build:dev": "webpack --config ./webpack.config.dev.js",
"build:prod": "webpack --config ./webpack.config.prod.js",
"lint": "eslint ./js/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deilan-shri-msk-2018/02-touch-user-input.git"
},
"author": "deilan",
"license": "MIT",
"bugs": {
"url": "https://github.com/deilan-shri-msk-2018/02-touch-user-input/issues"
},
"homepage": "https://github.com/deilan-shri-msk-2018/02-touch-user-input#readme",
"devDependencies": {
"browser-sync": "2.23.6",
"browser-sync-webpack-plugin": "2.0.1",
"clean-webpack-plugin": "0.1.19",
"css-loader": "0.28.10",
"eslint": "4.18.2",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.0.6",
"style-loader": "0.20.3",
"webpack": "4.1.1",
"webpack-cli": "2.0.11",
"webpack-dev-server": "3.1.1"
},
"dependencies": {
"pepjs": "0.4.3",
"reset-css": "2.2.1"
}
}