-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1008 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
38
39
40
{
"name": "chat.once",
"version": "2.0.2",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author": "Zach Green",
"license": "MIT",
"dependencies": {
"acorn": "^6.1.1",
"axios": "^0.18.1",
"chance": "^1.0.18",
"firebase": "^6.2.0",
"js-nacl": "^1.3.2",
"lodash.escape": "^4.0.1",
"next": "^8.1.0",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"request": "^2.88.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-standard": "^3.1.0"
}
}