-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 935 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 935 Bytes
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
{
"name": "@efelle/quotes-module",
"private": true,
"scripts": {
"dev": "npx mix",
"production": "npx mix --production",
"watch": "npx mix watch",
"postinstall": "touch ./node_modules/.metadata_never_index"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"laravel-mix": "^6.0",
"lodash": "^4.17.19",
"node-sass": "^4.11.0",
"portal-vue": "^1.5.1",
"postcss": "^8.1.7",
"purgecss-webpack-plugin": "^4.0",
"tailwindcss": "^1.0",
"vue": "^2.5.22",
"vue-router": "^3.0.1"
},
"devDependencies": {
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.5.22"
}
}