-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1.11 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
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"development": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run development",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production"
},
"dependencies": {
"@adapt-retail/adapt-event": "^0.2.1",
"@priceco/style": "git+https://github.com/AdaptRetail/priceco-style.git",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"gsap": "^1.19.1",
"mustache": "^2.3.0",
"swipejs": "git+https://github.com/LasseHaslev/swipe.git"
},
"devDependencies": {
"@adapt-retail/adapt-mix-extender": "^0.0.1",
"@adapt-retail/banner-data": "^0.2.0",
"@adapt-retail/banner-style": "^1.0.0"
}
}