forked from themexpert/onepager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.94 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
75
76
{
"name": "onepager",
"version": "1.1.4",
"description": "OnePager: One Stop OnePage Theme Solution wordpress and joomla",
"author": "",
"main": "main.js",
"license": "MIT",
"devDependencies": {
"archiver": "^0.14.4",
"babel-loader": "^5.1.4",
"babelify": "^6.0.2",
"bluebird": "^2.9.34",
"css-loader": "^0.15.1",
"file-loader": "^0.8.4",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-filter": "^2.0.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"main-bower-files": "^2.7.0",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.7",
"reactify": "^1.1.0",
"shelljs": "^0.5.1",
"strip-loader": "^0.1.0",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0",
"webpack-merge": "^0.1.2",
"wrench": "^1.5.8"
},
"scripts": {
"start": "gulp",
"dev": "TARGET=dev webpack --watch --devtool eval --progress --colors --hot",
"build": "TARGET=build webpack -p"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"dependencies": {
"alt": "^0.17.1",
"async": "^1.2.1",
"classnames": "^2.1.1",
"flux": "^2.0.3",
"immutable": "^3.7.4",
"lodash": "^3.9.3",
"object-assign": "^2.0.0",
"react": "^0.13.2",
"react-bootstrap": "^0.21.2",
"react-router": "^0.13.3",
"reflux": "^0.2.8",
"sortablejs": "git+https://github.com/nadimtuhin/Sortable.git",
"sweetalert": "^1.0.1",
"tinycolor2": "^1.1.2",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1"
}
}