-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
145 lines (145 loc) · 4.43 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
{
"name": "stemn-frontend-website",
"version": "1.1.1",
"author": "David Revay <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "node ./scripts/development.js",
"build": "sh ./scripts/build.sh",
"analyse": "node ./scripts/analyse.js",
"analyse:graph": "webpack-bundle-analyzer ./reports/stats.json",
"serve": "node ./build/server/index.js",
"serve:wait": "npm run serve & wait-on http://localhost:3000",
"deploy": "sh ./scripts/deploy.sh",
"deploy:ci": "sh ./scripts/deploy-ci.sh",
"cypress:open": "cypress open",
"cypress:run": "cypress run --record"
},
"devDependencies": {
"@bahmutov/add-typescript-to-cypress": "2.0.0",
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-eslint": "8.1.0",
"babel-loader": "6.2.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-react-constant-elements": "6.9.1",
"babel-plugin-transform-react-remove-prop-types": "0.2.9",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.4.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.11.6",
"bluebird": "3.5.0",
"chai": "3.5.0",
"chai-jquery": "2.0.0",
"cheerio": "0.22.0",
"child-process-promise": "2.2.1",
"chunk-manifest-webpack-plugin": "1.1.0",
"colors": "1.1.2",
"copy-webpack-plugin": "3.0.1",
"cross-env": "2.0.1",
"css-loader": "0.24.0",
"eslint": "4.6.0",
"eslint-config-stemn": "git+https://[email protected]/stemn/eslint-config-stemn.git",
"extract-text-webpack-plugin": "2.0.0-beta.3",
"file-loader": "0.9.0",
"forever": "^0.15.3",
"happypack": "3.0.3",
"html-webpack-plugin": "2.28.0",
"http-server": "0.9.0",
"jquery": "3.1.0",
"jscs": "3.0.7",
"jsdom": "9.4.5",
"json-loader": "0.5.4",
"mocha": "3.0.2",
"node-sass": "4.11.0",
"postcss-loader": "0.11.1",
"react-addons-test-utils": "15.3.1",
"redux-devtools": "3.3.1",
"redux-immutable-state-invariant": "1.2.3",
"redux-slider-monitor": "1.0.7",
"rimraf": "2.5.4",
"sass-loader": "4.0.1",
"script-loader": "0.7.0",
"snazzy": "6.0.0",
"ssh-promise": "2.1.0",
"standard": "10.0.0",
"style-loader": "0.13.1",
"tsconfig-paths-webpack-plugin": "3.2.0",
"url-loader": "0.5.7",
"webpack": "2.1.0-beta.21",
"webpack-bundle-analyzer": "2.8.1",
"webpack-chunk-hash": "0.4.0",
"webpack-dashboard": "0.1.8",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.12.2",
"webpack-merge": "0.14.1"
},
"dependencies": {
"@stemn/whats-that-gerber": "2.1.2",
"ansi-to-react": "3.2.0",
"autoprefixer": "6.4.1",
"autosuggest-highlight": "2.1.1",
"axios": "0.15.3",
"classnames": "2.2.5",
"css-vendor": "0.3.8",
"cypress": "3.1.0",
"es6-promise": "4.1.0",
"express": "4.14.0",
"fs-extra": "3.0.1",
"highlight.js": "9.10.0",
"html-to-react": "1.2.4",
"icepick": "1.3.0",
"javascript-detect-element-resize": "0.5.3",
"lodash": "4.15.0",
"lodash.throttle": "4.1.1",
"markdown-it": "8.3.1",
"markdown-it-emoji": "1.3.0",
"markdown-it-katex": "2.0.3",
"moment": "2.18.1",
"moment-range": "3.0.3",
"morgan": "^1.8.2",
"normalize.css": "6.0.0",
"pdfjs-dist": "1.7.406",
"prop-types": "15.6.2",
"raven-js": "3.6.1",
"react": "16.4.1",
"react-autosuggest": "9.3.4",
"react-calendar-heatmap": "1.6.3",
"react-clickdrag": "3.0.2",
"react-dnd": "5.0.0",
"react-dnd-html5-backend": "5.0.0",
"react-dom": "16.4.1",
"react-flip-move": "3.0.2",
"react-helmet": "5.2.0",
"react-hot-loader": "4.3.3",
"react-modal": "3.4.5",
"react-popover": "0.5.7",
"react-popover-wrapper": "2.1.0",
"react-redux": "5.0.7",
"react-router": "3.2.1",
"react-select": "1.0.0-rc.3",
"react-smooth": "1.0.0",
"react-waypoint": "5.2.1",
"recharts": "1.0.0-beta.10",
"redux-logger": "2.6.1",
"redux-persist": "4.6.0",
"redux-promise": "0.5.3",
"redux-thunk": "2.2.0",
"reselect": "2.5.3",
"stats-webpack-plugin": "0.6.0",
"substyle": "2.0.2",
"uglifyjs-webpack-plugin": "1.2.5",
"wait-on": "2.1.0",
"ws": "2.3.1"
},
"standard": {
"ignore": [
"src/client/assets/static/other",
"test"
]
}
}