-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.4 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
{
"private": true,
"scripts": {
"local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run local",
"prod": "npm run production",
"watch": "npm run local -- --watch",
"algolia": "node ./tasks/js/algolia/commands/index",
"deploy": "npm run production && git add . && git commit -m \"Build for production\" && git push origin master"
},
"devDependencies": {
"algoliasearch": "^3.29.0",
"anchor-js": "^4.1.0",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"cheerio": "^1.0.0-rc.2",
"clipboard": "^2.0.0",
"cross-env": "^3.2.3",
"front-matter": "^2.3.0",
"fs-extra": "^5.0.0",
"glob-all": "^3.1.0",
"hasbin": "^1.2.3",
"html-minifier": "^3.5.16",
"keyfinder": "^1.0.0",
"laravel-mix": "^2.1.11",
"laravel-mix-purgecss": "^3.0.0",
"lodash": "^4.17.5",
"node-cmd": "^3.0.0",
"on-build-webpack": "^0.1.0",
"remove-markdown": "^0.2.2",
"scroll-to-element": "^2.0.0",
"tailwindcss": "^0.7.2",
"webpack-watch": "^0.2.0",
"yargs": "^4.6.0"
},
"browserslist": [
"> 1%"
]
}