-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "11-itim",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/wipcamp/11-itim.git",
"author": "fame",
"license": "MIT",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"antd": "^3.11.2",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"dotenv": "^6.2.0",
"dotenv-webpack": "^1.5.7",
"js-cookie": "^2.2.0",
"next": "^7.0.2",
"next-compose-plugins": "^2.1.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-facebook-login": "^4.1.1",
"react-select": "^2.1.2",
"start": "^5.1.0",
"styled-components": "^4.1.2",
"thai-id-validator": "^1.0.7"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"next-compose": "^0.0.2"
}
}