-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
91 lines (91 loc) · 2.43 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "wponepager",
"version": "2.4.1",
"description": "WPOnePager: One Stop OnePage Theme Solution for WordPress",
"author": "",
"main": "main.js",
"license": "MIT",
"devDependencies": {
"babel-core": "^4.0",
"babel-loader": "^5.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babelify": "^6.0.2",
"bluebird": "^2.9.34",
"bower": "^1.8.8",
"css-loader": "^0.15.1",
"del": "^5.1.0",
"file-loader": "^0.8.5",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-filter": "^6.0.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-run-command": "^0.0.10",
"gulp-shell": "^0.7.1",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^5.0.1",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"lodash": "^4.17.14",
"main-bower-files": "^2.13.3",
"merge-stream": "^2.0.0",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.7",
"reactify": "^1.1.1",
"shelljs": "^0.5.1",
"strip-loader": "^0.1.0",
"style-loader": "^0.12.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^0.5.6",
"webpack": "^1.9.11",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^0.1.2"
},
"scripts": {
"start": "gulp",
"devwin": "webpack --watch --devtool eval --progress --colors --hot",
"buildwin": "webpack -p",
"dev": "TARGET=dev webpack --watch --devtool eval --progress --colors --hot",
"build": "TARGET=build webpack -p",
"release": "gulp release",
"bower": "bower install"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"dependencies": {
"alt": "^0.17.1",
"async": "^1.2.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-timepicker": "^0.5.2",
"classnames": "^2.1.1",
"flux": "^2.0.3",
"immutable": "^3.7.4",
"install": "^0.12.2",
"npm": "^6.10.0",
"object-assign": "^2.0.0",
"react": "^0.13.2",
"react-bootstrap": "^0.21.2",
"react-dom": "^0.14.0",
"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",
"uikit": "^3.1.6",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1"
}
}