-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "vj-ray-group-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export && cp static/formspree-verify.txt out/",
"now-build": "npm run build && next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@next/mdx": "^8.1.0",
"express": "4.16.1",
"formsy-react": "0.19.5",
"front-matter": "2.2.0",
"grid-styled": "^2.0.0-11",
"isomorphic-fetch": "2.2.1",
"next": "^8.1.0",
"polished": "1.1.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "2.2.0",
"rebass": "^1.0.4",
"styled-components": "^2.2.1",
"styled-system": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@mdx-js/loader": "^1.0.21",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"webpack": "^4.28.4"
}
}