-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
61 lines (60 loc) · 1.6 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": "@axa-fr/slimfaas-planet-saver",
"private": false,
"version": "1.0.2",
"type": "module",
"main": "./src/SlimFaasPlanetSaver.js",
"module": "./src/SlimFaasPlanetSaver.js",
"types": "./src/index.d.ts",
"description": "Pure vanilla javascript which call SlimFaas API to convert infrastructures resilience to an UX resilience and help to save the planet",
"files": [
"src/SlimFaasPlanetSaver.js",
"src/SlimFaasPlanetSaver.d.ts",
"src/index.js",
"src/index.d.ts",
"README.md",
"package.json",
"package-lock.json"
],
"keywords": [
"Faas",
"SlimFaas",
"Function As A Service",
"vanilla",
"GreenIT"
],
"repository": {
"type": "git",
"url": "https://github.com/AxaFrance/slimfaas.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
},
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@chromatic-com/storybook": "3.2.2",
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "0.11.1",
"globals": "^15.12.0",
"prop-types": "15.8.1",
"vite": "^6.0.1"
},
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}