-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.67 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
{
"name": "fast-typing",
"version": "1.0.1",
"description": "Fast Typing",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:sergiix/fast-typing.git"
},
"scripts": {
"dev": "NODE_ENV=development DEV_PORT=3000 DEV_HOSTNAME='0.0.0.0' ./node_modules/.bin/webpack-dev-server --progress --colors --open --config ./builder/webpack/webpack.config.js",
"build:prod": "./node_modules/.bin/rimraf dist && NODE_ENV=production ./node_modules/.bin/webpack --config ./builder/webpack/webpack.config.js",
"build:dev": "./node_modules/.bin/rimraf dist && NODE_ENV=development ./node_modules/.bin/webpack --config ./builder/webpack/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "6.5.3",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"babel-runtime": "^6.23.0",
"bower": "^1.8.0",
"compression-webpack-plugin": "0.4.0",
"connect-modrewrite": "0.9.0",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.28.1",
"cssnano": "3.10.0",
"electron-builder": "19.13.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"fs": "0.0.1-security",
"handlebars": "4.0.8",
"html-loader": "0.4.5",
"html-minifier-loader": "^1.4.0",
"html-minify-loader": "1.1.0",
"html-webpack-plugin": "2.28.0",
"http-proxy-middleware": "0.17.2",
"less-loader": "^4.0.4",
"net": "1.0.2",
"node-sass": "4.5.3",
"npm-install-webpack-plugin": "^4.0.4",
"optimize-css-assets-webpack-plugin": "1.3.1",
"postcss-import": "10.0.0",
"postcss-loader": "2.0.5",
"raw-loader": "0.5.1",
"sass-loader": "6.0.5",
"spritesmith": "3.1.1",
"style-loader": "0.17.0",
"text-loader": "0.0.1",
"tls": "0.0.1",
"url-loader": "0.5.8",
"util": "0.10.3",
"webpack": "2.5.1",
"webpack-dev-server": "2.4.5",
"webpack-merge": "4.1.0",
"webpack-spritesmith": "0.3.3",
"webpack2-polyfill-plugin": "0.0.2"
},
"author": "Serhii Zhdaniuk",
"license": "MIT",
"dependencies": {
"highcharts": "5.0.12",
"react": "^15.6.1",
"react-classset": "0.0.2",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.1",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"whatwg-fetch": "2.0.3"
}
}