-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "arbre.app",
"version": "1.0.12",
"description": "arbre.app",
"author": "Florian Cassayre",
"keywords": [
"genealogy"
],
"repository": {
"type": "git",
"url": "[email protected]:arbre-app/arbre.app.git"
},
"sideEffects": [
"*.css"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build-dependency": "cd node_modules/insee-deces-front && npm i && npm run build:library",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"favicons": "node favicons.js",
"legacy": "unzip legacy.zip -d static/",
"test:develop": "cypress open",
"test:build": "start-server-and-test 'serve public -p 8000' http://localhost:8000 'cypress run'"
},
"dependencies": {
"bootstrap": "^4.6.0",
"gatsby": "^4.1.0",
"gatsby-plugin-react-helmet": "^5.1.0",
"insee-deces-front": "git+https://[email protected]/arbre-app/insee-deces-front.git",
"react": "^17.0.1",
"react-bootstrap": "^1.6.1",
"react-bootstrap-icons": "^1.6.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-intl": "^5.20.10"
},
"devDependencies": {
"cypress": "^9.0.0",
"favicons": "^6.2.2",
"gatsby-plugin-remove-trailing-slashes": "^4.1.0",
"gatsby-plugin-translate-urls": "^1.0.0-beta.7",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25",
"serve": "^13.0.2",
"start-server-and-test": "^1.14.0"
}
}