forked from akeneo/pim-community-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.03 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
{
"name": "pim-community-standard",
"version": "2.0.0",
"description": "The \"Akeneo Community Standard Edition\" distribution",
"config": {
"source": "vendor/akeneo/pim-community-dev",
"check": "vendor/akeneo/pim-community-dev/webpack/check-dependencies.js"
},
"scripts": {
"sync": "NODE_PATH=node_modules node $npm_package_config_check --source=$npm_package_config_source",
"webpack": "yarn run sync && NODE_PATH=node_modules webpack --config $npm_package_config_source/webpack.config.js --env=prod",
"webpack-dev": "yarn run sync && NODE_PATH=node_modules webpack --config $npm_package_config_source/webpack.config.js",
"webpack-watch": "yarn run sync && NODE_PATH=node_modules webpack --progress --config $npm_package_config_source/webpack.config.js --watch"
},
"devDependencies": {
"colors": "1.1.2",
"dep-diff": "1.0.1",
"read-pkg": "2.0.0"
},
"dependencies": {
"@types/backbone": "^1.3.42",
"@types/node": "^9.6.1",
"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",
"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",
"raw-loader": "0.5.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"regexp-replace-loader": "1.0.0",
"summernote": "0.6.16",
"text-loader": "0.0.1",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"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"
}
}