-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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
{
"name": "focus-user-journey",
"version": "0.3.0",
"description": "Extension pour écrans de présentation",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/KleeGroup/focus-user-journey.git"
},
"author": "damien.frikha@kleegroup.com",
"license": "MIT",
"homepage": "https://github.com/KleeGroup/focus-user-journey",
"scripts": {
"start": "rollup -cm --bundleConfigAsCjs",
"tcm": "tcm src"
},
"dependencies": {},
"peerDependencies": {
"@focus4/core": ">= 11.0.0",
"@focus4/toolbox": ">= 11.0.0",
"i18next": ">= 22.0.0",
"mobx": ">= 6.0.0",
"mobx-react": ">= 7.0.0"
},
"devDependencies": {
"@focus4/core": "11.6.0",
"@focus4/toolbox": "11.6.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "11.0.0",
"i18next": "22.4.9",
"mobx": "6.7.0",
"mobx-react": "7.6.0",
"postcss": "8.4.21",
"rollup": "3.10.0",
"rollup-plugin-copy-glob": "0.3.2",
"rollup-plugin-postcss": "4.0.2",
"tslib": "2.4.1",
"typescript": "4.9.4",
"shelljs": "0.8.5",
"typed-css-modules": "0.7.2"
}
}