-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.44 KB
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
{
"name": "hubspot-code-exercise",
"version": "1.1.0",
"description": "HubSpot Code Exercise",
"main": "./build/index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"dev": "webpack --mode development --watch",
"build": "webpack --mode production --watch"
},
"author": "Seán Freeman",
"license": "ISC",
"private": true,
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"css-loader": "^2.1.0",
"del": "^2.2.0",
"ejs": "^2.6.1",
"ejs-compiled-loader": "^1.1.0",
"ejs-html-loader": "^3.1.0",
"eslint": "^5.12.1",
"eslint-loader": "^2.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-ejs": "^2.1.1",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"isotope-layout": "^3.0.6",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"vinyl-source-stream": "^1.1.0",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"babel-core": "^7.0.0-bridge.0"
}
}