-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
38
39
{
"name": "letstry",
"version": "1.0.0",
"description": "",
"keywords": [
"go"
],
"author": "kassov",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.1",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-loader": "^8.0.0-beta.6",
"nodemon": "^1.18.4",
"npm-install-webpack-plugin": "^4.0.5",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
},
"scripts": {
"build": "webpack --env production",
"devbuild": "webpack --env development",
"watch": "npm run build -- --watch",
"start": "nodemon -w webpack.config.js -x webpack-dev-server --open --env development",
"inspect": "node --inspect-brk node_modules/.bin/webpack --env production",
"css-loader":"npm install --save-dev css-loader",
"owl":"npm install --save owl.carousel"
},
"dependencies": {
"google-maps": "^3.3.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"webpack-merge": "^4.1.4"
}
}