-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 994 Bytes
/
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
{
"name": "reactivate.london",
"version": "0.1.0",
"private": true,
"description": "A brand new meetup for all things React, JavaScript and Functional (Reactive) Programming!",
"license": "MIT",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"now": {
"name": "reactivate.london",
"alias": "reactivate.london"
},
"dependencies": {
"babel-plugin-styled-components": "^1.1.7",
"goethe": "^2.0.0",
"google-map-react": "^0.23.0",
"next": "2.4.8",
"preact": "^8.2.1",
"preact-compat": "^3.17.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"styled-components": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "^7.2.0",
"eslint": "^3.9.1",
"eslint-config-excellence": "^1.17.1",
"eslint-plugin-react": "^6.6.0",
"express": "^4.15.2",
"lru-cache": "^4.0.2",
"module-alias": "^2.0.0",
"webpack-bundle-analyzer": "^2.3.1"
}
}