-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
36 lines (36 loc) · 1.32 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
{
"name": "piklist-docs",
"version": "1.0.0",
"description": "Piklist documentation website",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piklist/Piklist-Documentation.git"
},
"keywords": [
"WordPress",
"Piklist"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/piklist/Piklist-Documentation/issues"
},
"homepage": "https://github.com/piklist/Piklist-Documentation#readme",
"dependencies": {
"bootstrap": "^4.0.0-beta.2"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"laravel-mix": "^1.7.2",
"webpack-livereload-plugin": "^1.0.0"
}
}