-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.04 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
{
"name": "variance-waterfall",
"version": "1.1.4",
"scripts": {
"build-webpack": "qext-scripts -b",
"watch-webpack": "qext-scripts -w",
"build-vanilla": "qext-scripts -B",
"watch-vanilla": "qext-scripts -W",
"deploy-server": "qext-scripts -d",
"deploy-desktop": "qext-scripts -D",
"build-webpack-deploy-server": "qext-scripts -b -d",
"watch-webpack-deploy-server": "qext-scripts -w -d",
"build-webpack-deploy-desktop": "qext-scripts -b -D",
"watch-webpack-deploy-desktop": "qext-scripts -w -D",
"build-vanilla-deploy-server": "qext-scripts -B -d",
"watch-vanilla-deploy-server": "qext-scripts -W -d",
"build-vanilla-deploy-desktop": "qext-scripts -B -D",
"watch-vanilla-deploy-desktop": "qext-scripts -W -D"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-preset-minify": "^0.5.0",
"qext-scripts": "^0.6.0"
},
"dependencies": {
"picasso-plugin-hammer": "^0.25.3",
"picasso-plugin-q": "^0.25.3",
"picasso.js": "^0.25.3"
}
}