This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.95 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
{
"name": "electronforge-io",
"version": "0.0.0",
"private": true,
"description": "Website for Electron Forge",
"main": "src/index.jsx",
"scripts": {
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"deploy": "now --alias beta.electronforge.io",
"start": "webpack-dev-server --progress --profile --colors",
"lint": "eslint --ext js --ext jsx src || exit 0",
"dev": " webpack-dashboard -- webpack-dev-server --progress --profile --colors",
"serve": "serve public --port 80 --cache=86400 --single",
"now-start": "npm run serve"
},
"repository": {
"type": "git",
"url": "https://github.com/marshallofsound/electronforge.io"
},
"author": "Ali Al Dallal",
"license": "MIT",
"homepage": "https://beta.electronforge.io",
"dependencies": {
"node-sass": "^4.1.1",
"react": "15.4.1",
"react-dom": "15.4.1",
"react-octicons-svg": "^1.1.5",
"react-router": "^3.0.0",
"sass-loader": "^4.0.2",
"serve": "6.5.3"
},
"devDependencies": {
"babel-core": "6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "6.2.9",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-runtime": "^6.20.0",
"css-loader": "0.26.1",
"eslint": "^3.13.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "^2.24.1",
"postcss-loader": "^1.2.1",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.14.0",
"webpack-cleanup-plugin": "^0.4.1",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "1.16.2"
}
}