forked from saleor/saleor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.9 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
{
"name": "saleor",
"version": "0.0.0",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/mirumee/saleor.git"
},
"author": "Mirumee Software",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mirumee/saleor/issues"
},
"homepage": "http://getsaleor.com/",
"engines": {
"node": "5.10.x"
},
"dependencies": {
"bootstrap-sass": "^3.3.5",
"dropzone": "^4.2.0",
"font-awesome": "^4.4.0",
"hammerjs": "^2.0.4",
"jquery": "^2.1.4",
"jquery.cookie": "^1.4.1",
"jquery-match-height": "~0.6.0",
"jquery-ui": "^1.10.5",
"materialize-sass-origin": "git+https://github.com/mociepka/materialize-sass-origin.git",
"modernizr": "^3.2.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "~4.0.0",
"redux": "~3.0.4",
"select2": "^4.0.0",
"sortablejs": "^1.4.2",
"underscore": "^1.8.3"
},
"babel": {
"presets": [
"stage-0",
"es2015",
"react"
]
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"babel-core": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"bower": "^1.3.12",
"grunt": "~0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browser-sync": "~2.1.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-less": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-postcss": "^0.7.1",
"grunt-sass": "~1.0.0",
"grunt-webpack": "^1.0.11",
"less": "^2.5.3",
"load-grunt-tasks": "~3.2.0",
"postcss": "^5.0.10",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"build": "UV_THREADPOOL_SIZE=32 ./node_modules/.bin/webpack --progress",
"watch": "UV_THREADPOOL_SIZE=32 ./node_modules/.bin/webpack --progress --debug --devtool source-map --watch"
}
}