-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.51 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.51 KB
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
{
"name": "ywc15-frontend",
"version": "1.0.0",
"description": "Website for YWC#15",
"main": "index.js",
"repository": "https://MicroBenz@github.com/MicroBenz/YWC15.git",
"author": "Tananan Tangthanachaikul <microbenz.prob@gmail.com>",
"scripts": {
"dev": "node index.js",
"start-staging": "NODE_ENV=staging next build && pm2 start pm2.json --env staging",
"start": "NODE_ENV=production next build && pm2 start pm2.json --env production",
"build": "next build"
},
"dependencies": {
"axios": "^0.16.2",
"express": "^4.15.3",
"flatpickr": "^3.0.7",
"http-proxy": "^1.16.2",
"lodash": "^4.17.4",
"lru-cache": "^4.1.1",
"moment": "^2.18.1",
"next": "^4.0.3",
"next-redux-wrapper": "^1.1.3",
"pm2": "^2.5.0",
"polished": "^1.4.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-facebook-pixel": "^0.1.0",
"react-ga": "^2.2.0",
"react-redux": "^5.0.5",
"react-scroll": "^1.5.4",
"react-typist": "^1.1.1",
"redux": "^3.7.1",
"redux-define": "^1.1.1",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.0.4",
"styled-components": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-styled-components": "^1.1.7",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.1.1",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0"
}
}