-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
163 lines (163 loc) · 6.37 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "syncano-dashboard",
"version": "5.0.0",
"license": "MIT",
"description": "Syncano Dashboard",
"main": "js/app.js",
"repository": {
"type": "git",
"url": "https://github.com/Syncano/syncano-dashboard.git"
},
"engines": {
"node": "7.10.1",
"npm": "4.0.3"
},
"dependencies": {
"axios": "0.15.3",
"bluebird": "3.4.7",
"brace": "0.9.0",
"c3": "0.4.11",
"card-validator": "3.0.1",
"classnames": "2.2.5",
"dedent": "0.6.0",
"filesize": "3.3.0",
"gravatar": "1.6.0",
"hellojs": "1.14.0",
"history": "3.0.0",
"js-cookie": "2.1.3",
"js-yaml": "3.6.1",
"local-storage-fallback": "1.3.0",
"lodash": "4.17.3",
"material-ui": "0.16.6",
"median": "0.0.2",
"moment": "2.19.3",
"moment-timezone": "0.5.11",
"mousetrap": "1.6.0",
"normalize.css": "3.0.3",
"numeral": "2.0.4",
"pluralize": "3.1.0",
"promise-series": "1.0.0",
"radium": "0.17.2",
"raven-js": "3.9.1",
"react": "15.4.1",
"react-ace": "4.1.1",
"react-addons-create-fragment": "15.4.2",
"react-addons-linked-state-mixin": "15.4.2",
"react-addons-pure-render-mixin": "15.4.2",
"react-addons-test-utils": "15.4.1",
"react-addons-transition-group": "15.4.1",
"react-addons-update": "15.4.1",
"react-async-loading": "0.3.3",
"react-copy-to-clipboard": "4.2.3",
"react-dom": "15.4.2",
"react-dropzone": "3.7.4",
"react-fittext": "0.1.1",
"react-helmet": "3.2.3",
"react-hot-loader": "3.0.0-beta.6",
"react-inlinesvg": "github:patrykkopycinski/react-inlinesvg#build",
"react-input-mask": "0.7.5",
"react-paginate": "4.1.0",
"react-responsive-grid": "0.3.4",
"react-router": "3.0.2",
"react-scroll": "1.4.1",
"react-search-input": "0.10.3",
"react-select": "0.9.1",
"react-stickydiv": "3.4.19",
"react-tap-event-plugin": "2.0.1",
"reflux": "0.3.0",
"shortid": "2.2.6",
"sort-object": "3.0.2",
"syncano": "1.0.29",
"urijs": "1.18.4",
"use-named-routes": "0.3.2",
"validate.js": "0.11.1"
},
"devDependencies": {
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-eslint": "7.1.1",
"babel-jest": "18.0.0",
"babel-loader": "6.2.10",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-react-constant-elements": "6.9.1",
"babel-plugin-transform-react-inline-elements": "6.8.0",
"babel-polyfill": "6.20.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"compass-mixins": "0.12.10",
"compression-webpack-plugin": "0.3.2",
"css-loader": "0.26.1",
"eslint": "3.13.1",
"eslint-config-airbnb": "13.0.0",
"eslint-friendly-formatter": "2.0.7",
"eslint-loader": "1.6.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"extended-define-webpack-plugin": "0.1.3",
"extract-text-webpack-plugin": "2.1.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "0.10.1",
"html-webpack-plugin": "2.25.0",
"http-server": "0.9.0",
"image-webpack-loader": "3.2.0",
"inline-manifest-webpack-plugin": "3.0.1",
"jest-cli": "18.1.0",
"lodash-webpack-plugin": "0.10.7",
"nightwatch": "0.9.16",
"node-sass": "4.5.0",
"progress-bar-webpack-plugin": "1.9.2",
"raw-loader": "0.5.1",
"react-prism": "4.0.0",
"react-snapshot-test-generator": "github:Syncano/react-snapshot-test-generator#build",
"react-test-renderer": "15.4.1",
"rimraf": "2.5.4",
"sass-loader": "6.0.3",
"selenium-standalone": "5.11.0",
"url-loader": "0.5.7",
"webfont": "7.0.1",
"webpack": "2.2.1",
"webpack-config-utils": "2.3.0",
"webpack-dev-middleware": "1.9.0",
"webpack-dev-server": "2.4.1",
"webpack-md5-hash": "0.0.5",
"webpack-s3-plugin": "0.9.2",
"webpack-validator": "2.3.0",
"webpack-vendor-chunk-plugin": "1.0.0"
},
"scripts": {
"prebuild": "rimraf dist dist_e2e",
"build": "webpack --env.production -p",
"build:beta": "webpack --env.beta -p",
"build:staging": "webpack --env.staging -p",
"build:test": "webpack --env.test -p",
"debug": "node --inspect --debug-brk node_modules/.bin/webpack --env.debug",
"debug:dev": "npm run debug -- --env.development",
"debug:prod": "npm run debug -- --env.production",
"deploy": "npm run prebuild && webpack --env.production -p --env.deploy",
"deploy:beta": "npm run prebuild && webpack --env.beta -p --env.deploy",
"deploy:staging": "npm run prebuild && webpack --env.staging -p --env.deploy",
"start": "webpack-dev-server --env.development --hot --inline --https",
"server": "http-server ./dist --ssl --cert=./node_modules/webpack-dev-server/ssl/server.pem --key=./node_modules/webpack-dev-server/ssl/server.pem",
"test": "jest --config jest.json",
"generate-snapshot": "react-snapshot-test-generator",
"clean": "rimraf dist dist_e2e",
"reinstall": "rimraf node_modules && npm i",
"lint": "eslint src --quiet --ext .js --ext .jsx",
"lint-tests": "eslint test --quiet --ext .js --ext .jsx",
"lint-all": "eslint src test --quiet --ext .js --ext .jsx --fix",
"selenium-install": "selenium-standalone install --drivers.chrome.version=2.38 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com --silent",
"selenium-start": "selenium-standalone start --drivers.chrome.version=2.38 -- -Djava.security.egd=file:/dev/./urandom",
"e2e": "./test.sh",
"e2e-branch": "nightwatch -e chrome --suiteRetries 1 --skiptags socialLogins,demoApp,customSocket,pushSocketsApns",
"e2e-master-devel": "nightwatch -e chrome --suiteRetries 1 --skiptags socialLogins,demoApp,customSocket,pushSocketsApns",
"e2e-local": "nightwatch -e chrome --suiteRetries 1 --skiptags apns,administrators,customSocket,pushSocketsApns --skipgroup billing,signup_logins,settings",
"e2e-tag": "nightwatch -e chrome --suiteRetries 1 --tag",
"iconfont": "webfont 'src/assets/icons/*.svg' -d 'src/assets/fonts/icons' -f 'Syncano-Icons' -c 'synicon' -t 'src/assets/fonts/icons/Syncano-Icons.css.njk' --normalize",
"git-config": "git config --global user.email \"[email protected]\" && git config --global user.name \"CI\"",
"predeployment:master": "npm version patch -m \"Release v%s [ci skip]\"",
"postversion": "git push origin master --follow-tags"
}
}