-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.66 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.66 KB
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": "@transformd-ltd/ext-form-apps",
"private": true,
"version": "0.7.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "npx eslint ./src --ext .js,jsx",
"package": "./scripts/build-package.sh",
"sass": "sass src/layout/index.scss src/layout/index.css",
"full": "yarn sass && yarn build && yarn package"
},
"dependencies": {
"@blueprintjs/core": "^4.5.1",
"@heroicons/react": "^1.0.6",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@transformd-ltd/sandbox-bridge": "^0.0.2",
"@transformd-ltd/abn-lookup": "^0.2.4",
"@transformd-ltd/electronic-verification": "^0.1.5",
"@transformd-ltd/profile-lookup": "^0.1.13",
"@transformd-ltd/sdk": "1.5.3",
"@transformd-ltd/theme-fermi": "^1.0.69",
"@transformd-ltd/theme-transformd": "^0.1.16",
"@transformd-ltd/user-lookup": "^0.1.3",
"axios": "^0.27.2",
"get": "^1.4.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3",
"vite": "^2.9.9"
}
}