-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.55 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
54
55
56
57
{
"name": "marketplace-lytics-attributes",
"version": "1.0.1",
"private": true,
"files": [
"dist"
],
"dependencies": {
"@contentstack/app-sdk": "^2.3.5",
"@contentstack/venus-components": "^3.0.3",
"jsrsasign": "^11.1.0",
"lodash": "^4.17.21",
"node-forge": "^1.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"express": "^4.22.1"
},
"scripts": {
"dev": "npm run build:rte && cp dist/json-rte.js public/json-rte.js && vite",
"build": "vite build && vite build --config vite.config.rte.ts",
"build:rte": "vite build --config vite.config.rte.ts",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"start": "node server.js",
"preview": "vite preview --host",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jsrsasign": "^10.5.15",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.4",
"@types/node-forge": "^1.3.11",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2.7.1",
"typescript": "^5.3.3",
"vite": "^6.2.3"
}
}