-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
83 lines (83 loc) · 2.55 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
{
"name": "revoke-user-access",
"version": "1.0.4",
"private": true,
"config": {
"components": "./src",
"dist": "./dist"
},
"scripts": {
"postinstall": "npm rebuild node-sass",
"create-component": "yo @jetbrains/ring-ui:react --path $npm_package_config_components",
"build": "webpack -p --devtool sourcemap",
"test": "karma start",
"lint": "eslint . && npm run stylelint",
"stylelint": "stylelint --ignore-path .gitignore **/*.css",
"ci-test": "npm run lint",
"start": "webpack-dev-server -d --history-api-fallback --inline --hot --colors --port 9010",
"i18n:extract": "angular-gettext-cli --files \"{src/**/*.js,node_modules/hub-dashboard-addons/components/**/*.js}\" --dest src/app/translations/default.pot --marker-name=i18n"
},
"babel": {
"presets": "@jetbrains/jetbrains"
},
"dependencies": {
"@jetbrains/babel-preset-jetbrains": "1.1.0",
"@jetbrains/icons": "1.16.2",
"@jetbrains/logos": "1.0.0",
"@jetbrains/ring-ui": "1.0.0-beta.132",
"angular-gettext-cli": "1.2.0",
"angular-gettext-loader": "1.0.1",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-polyfill": "6.26.0",
"css-loader": "0.28.9",
"file-loader": "1.1.6",
"html-loader": "0.5.5",
"html-webpack-plugin": "2.30.1",
"hub-dashboard-addons": "0.1.0",
"postcss-cssnext": "3.1.0",
"postcss-loader": "2.1.0",
"postcss-modules-values-replace": "3.0.1",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "^5.0.7",
"redbox-react": "1.5.0",
"redux": "^4.0.0",
"redux-act": "^1.7.4",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.1"
},
"devDependencies": {
"@jetbrains/eslint-config": "2.0.0",
"@jetbrains/generator-ring-ui": "0.4.22",
"@jetbrains/stylelint-config": "1.3.2",
"babel-eslint": "8.2.1",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"chai-dom": "1.7.0",
"chai-enzyme": "1.0.0-beta.0",
"electron": "1.8.2",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "4.17.0",
"karma": "2.0.0",
"karma-chai-plugins": "0.9.0",
"karma-electron-launcher": "0.2.0",
"karma-mocha": "1.3.0",
"karma-sourcemap-loader": "0.3.7",
"karma-teamcity-reporter": "1.1.0",
"karma-webpack": "2.0.9",
"mocha": "5.0.0",
"node-sass": "4.12.0",
"react-test-renderer": "16.2.0",
"sinon": "4.3.0",
"sinon-chai": "2.14.0",
"stylelint": "8.4.0",
"xvfb-maybe": "0.2.1",
"yo": "2.0.1"
},
"engines": {
"node": ">=6.0.0"
}
}