-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.92 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "vanillajs-hello",
"version": "1.0.0",
"description": "Professional Boilerplate for Vanilla.js Web Apps",
"main": "index.js",
"scripts": {
"c9": "echo The webpack development server cannot be used on this project && echo Please run: $ npm run build",
"dev-server": "echo The webpack development server cannot be used on this project,[0m Please run $ npm run build",
"build": "webpack --mode development",
"start": "webpack-dev-server --mode development --open --port 3000",
"deploy": "node deploy-to-github.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4GeeksAcademy/vanillajs-hello.git"
},
"keywords": [
"Vanilla.js",
"Boilerplate",
"WebPack",
"Boilerplate",
"BreatheCode"
],
"author": "Alejandro Sanchez",
"license": "ISC",
"bugs": {
"url": "https://github.com/4GeeksAcademy/vanillajs-hello/issues"
},
"homepage": "https://github.com/4GeeksAcademy/vanillajs-hello#readme",
"dependencies": {
"bootstrap": "^4.4.1",
"breathecode-dom": "^1.0.0",
"jquery": "^3.5.0",
"popper.js": "^1.16.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"bc-console": "0.0.2",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-flowtype": "^3.13.0",
"file-loader": "^1.1.11",
"flow-bin": "^0.88.0",
"flow-webpack-plugin": "^1.2.0",
"gh-pages": "^1.2.0",
"html-webpack-plugin": "^4.2.0",
"node-sass": "^4.14.0",
"parse-github-url": "^1.0.2",
"prettier": "^1.19.1",
"prettier-webpack-plugin": "^1.2.0",
"remote-origin-url": "^1.0.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.21.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}