-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.33 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
{
"name": "magenta-machine",
"version": "2.0.0",
"main": "index.js",
"repository": "[email protected]:mgkprod/magenta-machine.git",
"author": "Simon MGK <[email protected]>",
"license": "MIT",
"devDependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"autoprefixer": "9",
"cross-env": "^7.0",
"filename-regex": "^2.0.1",
"html-webpack-plugin": "^5.0.0-alpha.17",
"laravel-mix": "^5.0.9",
"lodash": "^4.17.15",
"mix-html-builder": "^0.6.1",
"postcss": "7",
"postcss-import": "^12.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"tone": "^14.7.74",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
}
}