forked from voteflux/flux-website-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.88 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
{
"name": "voteflux",
"version": "1.0.0",
"description": "Flux website",
"main": "index.js",
"scripts": {
"elm-mk-do-not-use": "elm-make elmSrc/DonationWidget/Main.elm --output js/elm/donationWidget.js",
"dev": "bundle exec jekyll 'clean' && BUILD_DEV=true parallelshell 'bundle exec jekyll build --watch --config _config.yml' 'webpack -w' 'webpack-dev-server --open'",
"flux": "npm run dev",
"flux-no-react-deprecated": "bundle exec jekyll serve --watch --config _config.yml",
"deploy-stage": "jekyll clean && gulp 'sass' | exit 0 && cd 'react-signup/' && webpack -p && cd '../' && jekyll build && gulp 'deploy' && exit",
"build": "bundle install && bundle exec jekyll clean && webpack -p && bundle exec jekyll build",
"test": "echo \"Error: no test specified\" && exit 1",
"memberui": "parallelshell 'elm-live --host=localhost --port=8755 -- elmSrc/Flux/MemberUI/Main.elm --output=temp.elm.js --debug' 'bash -c \"sleep 1.5 && open http://localhost:8755/elmSrc/Flux/MemberUI/index.html\"'"
},
"babel": {
"presets": [
"es2015"
]
},
"author": "David Factor, Max Kaye",
"license": "",
"devDependencies": {},
"dependencies": {
"@types/node": "^8.0.28",
"ace-css": "^1.1.0",
"and": "^0.0.0",
"autoprefixer": "^6.3.6",
"axios": "^0.15.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"basscss-color-forms": "^3.0.2",
"basscss-forms": "^1.0.0",
"basscss-sass": "^4.0.0",
"browser-sync": "2.9.0",
"bufferutil": "1",
"concurrently": "^2.0.0",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.28.7",
"elm": "^0.18.0",
"elm-hot-loader": "^0.5.4",
"elm-live": "^2.7.5",
"elm-webpack-loader": "^4.3.1",
"es6-promise": "^4.0.5",
"extract-text-webpack-plugin": "^3.0.0",
"formsy-react": "^0.18.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.8.0",
"gulp-gh-pages": "^0.5.4",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.0.0",
"gulp-refresh": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-server-livereload": "^1.9.2",
"html-webpack-plugin": "^2.24.0",
"jquery-touch-events": "^1.0.3",
"lodash": "^4.17.2",
"lodash.throttle": "^4.0.1",
"moment": "^2.13.0",
"node-sass": "^4.5.3",
"parallelshell": "3.0.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-modal": "^1.5.2",
"sass-loader": "^6.0.6",
"socket.io": "^2.0.3",
"style-loader": "^0.18.2",
"superagent": "^3.8.3",
"ts-loader": "^2.3.7",
"typescript": "^2.5.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1",
"webpack-stream": "^4.0.0",
"ws": "1.1.4"
},
"resolutions": {
"browser-sync/socket.io": "2.0.3"
}
}