-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "Cycle",
"version": "2.0.0",
"description": "Theme Cycle Shoperti",
"repository": {
"type": "git",
"url": "[email protected]:Shoperti-Themes/Cycle.git"
},
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently -p \"[{name}]\" -n \"HTTP,JS,SASS,LESS\" -c \"bgBlue.bold,bgMagenta.bold,bgPink.bold,bgGreen.bold\" \"npm run dev\" \"npm run serve\" \"livereload public/\"",
"dev": "webpack -d --config ./webpack.development.config.js --watch --progress --colors --display-error-details",
"build": "webpack -d --config ./webpack.prebuild.config.js && node findreplace.js && webpack -d --config ./webpack.production.config.js && node themebuilder.js",
"serve": "webpack-dev-server --progress --colors --config ./webpack.server.config.js "
},
"keywords": [
"Shoperti",
"template",
"theme"
],
"author": "Shoperti",
"license": "ISC",
"engineStrict": true,
"engines": {
"node": ">= 7.8.0",
"npm": ">= 4.4.4"
},
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"bootstrap-sass": "^3.3.7",
"concurrently": "^3.4.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"del": "^2.2.2",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"extract-zip": "^1.6.0",
"file-loader": "^0.10.0",
"fs": "^0.0.1-security",
"fsevents": "^1.1.1",
"graceful-fs": "^4.1.11",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"livereload": "^0.6.2",
"node-sass": "^4.5.0",
"on-build-webpack": "^0.1.0",
"postcss-modules-local-by-default": "^1.1.1",
"purifycss-webpack": "^0.4.2",
"replace": "^0.3.0",
"sass-loader": "^6.0.2",
"script-loader": "^0.7.0",
"tar": "^4.4.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-dev-server": "^1.16.3",
"webpack-livereload-plugin": "^0.10.0",
"webpack-replace": "^1.0.0",
"webpack-shell-plugin": "^0.5.0",
"webpack-string-replacer-plugin": "^1.0.0",
"webpack-uglify-js-plugin": "^1.1.9",
"zip-webpack-plugin": "^1.0.0"
},
"dependencies": {}
}