-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.99 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
{
"name": "tedx",
"version": "0.0",
"dependencies": {
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"compression": "^1.7.2",
"console-emoji": "^0.0.2",
"express": "^4.16.2",
"firebase": "^4.10.1",
"firebase-admin": "^5.9.1",
"flux": "^3.1.3",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^2.30.1",
"immutable": "^3.8.2",
"loaders.css": "^0.1.2",
"mailchimp-api-v3": "^1.8.0",
"path": "^0.12.7",
"popmotion": "^8.1.17",
"popmotion-react": "^2.1.0",
"react": "^16.2.0",
"react-background-video": "^2.0.0",
"react-dom": "^16.2.0",
"react-ga": "^2.4.1",
"react-reveal": "^1.2.1",
"react-router-dom": "^4.2.2",
"react-share": "^2.0.0",
"react-transition-group": "^2.2.1",
"react-visibility-sensor": "^3.11.0",
"uniqid": "^4.1.1",
"webpack": "3.10.0",
"webpack-cli": "^2.0.9"
},
"scripts": {
"server-dev": "nodemon serverdev.js",
"server-prod": "nodemon serverprod.js",
"build": "NODE_ENV=production webpack --config webpack/webpack.config.prod.js",
"build-dev": "NODE_ENV=development webpack --config webpack/webpack.dev.config.js",
"start": "webpack --config webpack/webpack.config.dev.js --watch"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"compression-webpack-plugin": "^1.1.10",
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^0.28.10",
"dedupe-plugin": "^1.0.1",
"eslint": "^4.18.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.10",
"react-background-video-player": "^1.0.1",
"style-loader": "^0.20.2",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "2.11.1"
}
}