forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.21 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
{
"name": "pim-community-dev",
"version": "1.6.0",
"description": "Akeneo PIM Application",
"homepage": "http://www.akeneo.com",
"scripts": {
"webpack": "webpack --display-error-details --config webpack.config.js --progress --env=prod",
"webpack-watch": "webpack --progress --config webpack.config.js --watch",
"webpack-jasmine": "node ./node_modules/karma/bin/karma start --single-run",
"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.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^7.0.0",
"babel-preset-es2017": "^6.24.1",
"babili": "^0.1.2",
"backbone": "0.9.10",
"bundle-loader": "^0.5.5",
"codemirror": "5.25.2",
"colors": "^1.1.2",
"deepmerge": "^1.3.2",
"eslint": "^3.19.0",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"friendly-errors-webpack-plugin": "^1.6.1",
"glob-to-regexp": "^0.3.0",
"html-loader": "^0.4.5",
"imports-loader": "^0.7.1",
"jasmine-core": "^2.6.2",
"jasmine-webpack-plugin": "^0.1.1",
"jquery": "1.11.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.3",
"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",
"uglify-js": "^2.8.27",
"uglifyjs-webpack-plugin": "^0.4.3",
"underscore": "1.8.3",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.5",
"webpack-livereload-plugin": "^0.11.0",
"write-file-webpack-plugin": "^4.0.2",
"yamljs": "^0.2.10"
}
}