-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 955 Bytes
/
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
37
38
{
"name": "vuindows",
"version": "1.1.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"generate-demo": "generateDemo.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.2.5",
"cross-env": "^5.2.1",
"fecha": "^2.3.1",
"fs-extra": "^7.0.1",
"laravel-mix": "^6.0.19",
"lodash": "^4.17.15",
"vue": "^2.6.10",
"vue-clickaway": "^2.1.0",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1"
},
"dependencies": {
"interactjs": "^1.10.11",
"js-video-url-parser": "^0.2.8",
"postcss": "^8.2.15",
"query-string": "^5.0.1",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"vue-loader": "^15.9.7"
}
}