-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 2.55 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "FrescoBox",
"version": "1.0.0",
"description": "FrescoBox is a beautiful, customizable theme built with Bootstrap that is a great starting point for using LemonStand's built in subscriptions feature to offer recurring billing plans to your retail customers. You can sell a mix of one time purchases and subscriptions, and your customers can manage their subscription plans from the My Account area.",
"excerpt": "FrescoBox is a great starting point for building a store to sell subscription products on LemonStand.",
"homepage": "https://github.com/lemonstand/lscloud-theme-frescobox#readme",
"keywords": [
"subscriptions",
"responsive",
"customizable",
"bootstrap",
"sass"
],
"lemonstand": {
"code": "frescobox",
"type": "theme",
"options": "options.json",
"demo": "https://frescobox.lemonstand.com",
"screenshots": {
"small": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-frescobox/master/resources/screenshots/tiny-square.png",
"large": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-frescobox/master/resources/screenshots/large-square.png",
"full": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-frescobox/master/resources/screenshots/full-size.png"
}
},
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"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 --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "LemonStand",
"license": "MPL-2.0",
"dependencies": {},
"devDependencies": {
"block-ui": "^2.70.1",
"bootstrap": "^4.1.3",
"cross-env": "^5.2.0",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"jquery-match-height": "^0.7.2",
"jquery-sticky": "^1.0.4",
"laravel-mix": "^1.7.2",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"owl.carousel": "^2.3.4",
"popper": "^1.0.1",
"popper.js": "^1.14.4"
}
}