-
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.32 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.32 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
{
"name": "@dwmaj/workflow",
"version": "1.0.2",
"description": "",
"main": "src/index.html",
"scripts": {
"build": "npm run clean && npm run production",
"clean": "rimraf dist",
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "npm run watch --https",
"watch": "NODE_ENV=development webpack --watch --https --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "SEE LICENSE IN UNLICENSE",
"devDependencies": {
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^5.0.9",
"modularscale-sass": "^3.0.10",
"postcss": "^8.2.10",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^8.0.2",
"tailwindcss": "^2.1.1",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"dotenv": "^6.2.0",
"express": "^4.17.1",
"gsap": "^3.6.1",
"markdown-it": "^12.0.6",
"marked": "^2.0.7",
"node-libs-browser": "^2.2.1",
"process": "^0.11.10",
"webfontloader": "^1.6.28"
}
}