forked from srosset81/aevalmori
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "aevalmori",
"version": "1.0.0",
"description": "Anna Elisa Valmori",
"scripts": {
"dev": "node dev-server.js",
"build": "next build",
"start": "next start",
"vercel:dev": "vercel dev",
"vercel:deploy": "vercel",
"vercel:alias": "vercel alias nouvel-air.org",
"vercel:pull-env": "now env pull .env.local",
"lingui:extract": "lingui extract --clean",
"lingui:compile": "lingui compile",
"prettier": "prettier --single-quote --print-width 120 --write --ignore-path .gitignore '{.,components,config,pages,utils}/**/*.js'"
},
"keywords": [],
"author": "Sebastien Rosset",
"license": "ISC",
"dependencies": {
"@apollo/react-hooks": "^3.0.1",
"@apollo/react-ssr": "^3.1.0",
"@lingui/react": "^2.8.3",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-context": "^1.0.18",
"apollo-link-http": "^1.5.15",
"babel-plugin-macros": "^2.4.2",
"babel-plugin-module-resolver": "^3.1.1",
"express": "^4.16.3",
"final-form": "^4.6.1",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"graphql": "^14.4.2",
"isomorphic-unfetch": "^3.0.0",
"locale": "^0.1.0",
"mailgun.js": "^8.0.1",
"module": "^1.2.5",
"markdown-to-jsx": "^7.1.7",
"next": "^9.4.4",
"node-fetch": "^2.6.0",
"vercel": "^28.2.5",
"prettier": "^1.18.2",
"raw-loader": "^0.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-final-form": "^3.4.0",
"react-on-screen": "^2.0.4",
"react-youtube": "^7.9.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@lingui/cli": "^2.8.3",
"@lingui/loader": "^2.8.3",
"@lingui/macro": "^2.8.3",
"babel-core": "^7.0.0-bridge.0",
"babel-plugin-inline-react-svg": "^1.0.1"
}
}