-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1008 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1008 Bytes
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
{
"name": "simulateur",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "NODE_ENV=production next build && NODE_ENV=production next export",
"deploy:github": "gh-pages --dist github-pages --dotfiles",
"start": "next start",
"fix": "prettier --write 'pages/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nosretraites/simulateur.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nosretraites/simulateur/issues"
},
"homepage": "https://github.com/nosretraites/simulateur#readme",
"dependencies": {
"@nivo/pie": "^0.61.1",
"@zeit/next-css": "^1.0.1",
"formik": "^2.1.3",
"next": "^9.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-fontawesome": "^1.7.1",
"react-share": "^4.0.1",
"xlsx": "^0.15.5"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
}
}