forked from saleor/saleor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.7 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
{
"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": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.11.4",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"bootstrap-sass": "^3.3.5",
"css-loader": "^0.23.1",
"dropzone": "^4.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.4.0",
"hammerjs": "^2.0.4",
"jquery": "^2.2.4",
"jquery-match-height": "~0.6.0",
"jquery-ui": "^1.12.0",
"jquery.cookie": "^1.4.1",
"materialize-sass-origin": "git+https://github.com/mociepka/materialize-sass-origin.git",
"modernizr": "^3.2.0",
"node-sass": "^3.8.0",
"postcss": "^5.1.1",
"postcss-loader": "^0.9.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "~4.0.0",
"redux": "~3.0.4",
"sass-loader": "^4.0.0",
"select2": "^4.0.0",
"sortablejs": "^1.4.2",
"underscore": "^1.8.3",
"webpack": "^1.12.2",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.14.1"
},
"babel": {
"presets": [
"stage-0",
"es2015",
"react"
]
},
"scripts": {
"build-assets": "UV_THREADPOOL_SIZE=8 webpack -p --progress",
"heroku-postbuild": "npm run build-assets",
"start": "UV_THREADPOOL_SIZE=8 webpack -d --watch"
}
}