-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "@sitebender/operations",
"version": "0.0.1",
"description": "Library for validation, formatting, and operations based on JSON configuration files",
"main": "index.js",
"scripts": {
"dev": "vite --port 3667",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/site-bender/operations.git"
},
"author": "Charles F. Munat <charles.munat@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/site-bender/operations/issues"
},
"homepage": "https://github.com/site-bender/operations#readme",
"devDependencies": {
"@babel/core": "^7.16.5",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-loader": "^8.2.3",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest-cli": "^27.4.5",
"lint-staged": "^12.1.2",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"typescript": "^4.5.4",
"vite": "^2.7.2"
},
"dependencies": {
"@fluentui/svg-icons": "^1.1.154",
"@formatjs/intl-getcanonicallocales": "^1.8.0",
"@formatjs/intl-listformat": "^6.3.6",
"@formatjs/intl-locale": "^2.4.41",
"@js-temporal/polyfill": "^0.3.0",
"@xstate/fsm": "^1.6.2",
"cross-fetch": "^3.1.4",
"nanoid": "^3.1.30",
"xstate": "^4.26.1"
}
}