forked from UksusoFF/webtrees-faces
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.17 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.17 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
{
"private": true,
"config": {
"bin-links": false
},
"scripts": {
"postinstall": "./node_modules/napa/bin/napa",
"development": "NODE_ENV=development node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@babel/preset-env": "^7.9.5",
"@fancyapps/fancybox": "^3.5.7",
"autoprefixer": "^9.7.6",
"blueimp-tmpl": "^3.14.0",
"jquery-imagemapster": "^1.2.10",
"laravel-mix": "^5.0.4",
"mobile-detect": "^1.4.4",
"napa": "^3.0.0",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"webpack-cli": "^3.3.11"
},
"napa": {
"imgareaselect": "odyniec/imgareaselect"
},
"napa-config": {
"cache": false
},
"browserslist": [
">0.1% and not dead"
]
}