forked from neos/neos-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.38 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"description": "Root package + shared dev dependencies for @neos-project packages, managed by lernaJS",
"license": "GNU GPLv3",
"private": true,
"scripts": {
"clear": "rm -Rf node_modules; rm -rf packages/*/node_modules",
"postinstall": "lerna bootstrap",
"build": "cross-env NODE_ENV=production yarn build:ui",
"build:ui": "NEOS_BUILD_ROOT=$(pwd) webpack --progress --colors",
"build:ui:watch": "yarn build:ui -- --watch",
"build:ui:watch-poll": "yarn run build:ui -- --watch-poll --watch",
"start-storybook": "lerna run --scope @neos-project/react-ui-components start",
"test": "lerna run test --concurrency 1",
"test:e2e": "yarn run testcafe chrome:headless Tests/IntegrationTests/* --selector-timeout 20000",
"lint": "lerna run lint --concurrency 1",
"lint:editorconfig": "editorconfig-checker --exclude 'packages/|Resources/|LICENSE|README' && lerna run lint:editorconfig --concurrency 1"
},
"devDependencies": {
"@inkdpixels/commit-analyzer": "^1.0.0",
"@inkdpixels/release-notes-generator": "^1.0.0",
"@neos-project/brand": "^1.1.0",
"@neos-project/build-essentials": "*",
"@neos-project/eslint-config-neos": "^1.1.1",
"babel-cli": "^6.8.0",
"babel-core": "^6.13.2",
"babel-eslint": "^7.1.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.20.1",
"babel-plugin-webpack-alias": "^2.1.1",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"browser-env": "^2.0.12",
"check-dependencies": "^1.0.1",
"cpx": "^1.3.1",
"cross-env": "^3.0.0",
"css-loader": "^0.28.4",
"editorconfig-checker": "^1.0.2",
"enzyme": "^2.8.2",
"eslint": "^3.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.0",
"greenkeeper-postpublish": "^1.0.0",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^0.7.0",
"jest": "^19.0.2",
"json-loader": "^0.5.4",
"lerna": "2.0.0-rc.5",
"lolex": "^1.5.1",
"object-assign": "^4.1.0",
"postcss-css-variables": "^0.7.0",
"postcss-hexrgba": "^0.2.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^1.0.0",
"postcss-nested": "^1.0.0",
"redux-devtools": "^3.4.0",
"regenerator-runtime": "^0.10.3",
"rimraf": "^2.5.4",
"semantic-release": "^6.3.2",
"sinon": "^2.1.0",
"skin-deep": "^0.16.0",
"style-loader": "^0.18.1",
"stylelint": "^7.5.0",
"testcafe": "^0.17.2",
"testcafe-react-selectors": "^0.0.8",
"url-loader": "^0.5.9",
"watch": "^1.0.2",
"webpack": "^1.13.2",
"webpack-livereload-plugin": "^0.10.0"
},
"dependencies": {
"@neos-project/brand": "^1.1.0",
"amator": "^1.0.1",
"classnames": "^2.2.3",
"codemirror": "^5.24.0",
"core-js": "^2.4.1",
"debug": "^2.2.0",
"file-loader": "^0.10.0",
"hashlru": "2.2.0",
"he": "^1.1.1",
"immutable": "^3.8.0",
"lodash.assign": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.defer": "^4.1.0",
"lodash.escaperegexp": "^4.1.2",
"lodash.flowright": "^3.5.0",
"lodash.isfunction": "^3.0.8",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"lodash.memoize": "^4.1.2",
"lodash.merge": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.throttle": "^4.1.1",
"lodash.unescape": "4.0.1",
"mime-types": "^2.1.10",
"moment": "^2.14.1",
"monet": "^0.8.10",
"normalize.css": "^5.0.0",
"plow-js": "^2.1.0",
"prop-types": "^15.5.10",
"ramda": "^0.22.1",
"react": "^15.6.1",
"react-click-outside": "^2.3.1",
"react-codemirror": "^1.0.0",
"react-collapse": "^2.4.1",
"react-css-themr": "^2.1.0",
"react-datetime": "^2.8.10",
"react-dom": "^15.6.1",
"react-dropzone": "^3.13.2",
"react-height": "^3.0.0",
"react-image-crop": "^2.0.5",
"react-immutable-proptypes": "^2.1.0",
"react-measure": "^1.4.7",
"react-motion": "^0.5.0",
"react-portal": "^3.1.0",
"react-redux": "^5.0.5",
"react-slick": "^0.14.11",
"react-test-renderer": "^15.6.1",
"react-textarea-autosize": "^5.0.6",
"redux": "^3.4.0",
"redux-actions": "^0.12.0",
"redux-saga": "^0.12.0",
"regenerator": "^0.8.46",
"reselect": "^2.4.0",
"url-loader": "^0.5.9",
"uuid": "^2.0.2",
"whatwg-fetch": "^2.0.0"
}
}