forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.71 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
{
"name": "pim-community-dev",
"version": "1.8.0",
"description": "Akeneo PIM Application",
"homepage": "http://www.akeneo.com",
"scripts": {
"webpack": "webpack --config webpack.config.js --env=prod",
"webpack-watch": "webpack --progress --config webpack.config.js --watch",
"lint": "node ./node_modules/eslint/bin/eslint 'src/**/*.js' --ignore-path .eslintignore --quiet",
"lint-fix": "node ./node_modules/eslint/bin/eslint 'src/**/*.js' --ignore-path .eslintignore --quiet --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/akeneo/pim-community-dev.git"
},
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/akeneo/pim-community-dev/issues"
},
"dependencies": {
"JSON2": "0.1.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.1.2",
"babel-minify": "0.2.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.0",
"backbone": "0.9.10",
"bundle-loader": "0.5.5",
"codemirror": "5.25.2",
"deepmerge": "1.5.1",
"eslint": "4.5.0",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"glob-to-regexp": "0.3.0",
"html-loader": "0.5.1",
"imports-loader": "0.7.1",
"jquery": "1.11.0",
"loader-utils": "1.1.0",
"lodash": "4.17.4",
"merge-objects": "1.0.5",
"pascal-case": "2.0.1",
"raw-loader": "0.5.1",
"regexp-replace-loader": "1.0.0",
"summernote": "0.6.5",
"text-loader": "0.0.1",
"underscore": "1.8.3",
"webpack": "3.5.5",
"webpack-cleanup-plugin": "0.5.1",
"webpack-dev-server": "2.7.1",
"webpack-livereload-plugin": "0.11.0",
"write-file-webpack-plugin": "4.1.0",
"yamljs": "0.3.0"
}
}