-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.58 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
58
59
60
{
"name": "trail-steps",
"version": "1.0.0",
"description": "Digital Adoption Platform",
"main": "index.js",
"license": "MIT",
"author": "Vikhyat Singh",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/vikhyatsingh123/TrailSteps"
},
"scripts": {
"dev": "webpack serve --env development",
"build": "webpack --env production --env target=production",
"preview": "webpack-dev-server --env development --open"
},
"dependencies": {
"@icon-park/react": "^1.4.2",
"antd": "^5.24.9",
"js-element-picker": "^1.0.0",
"lodash": "^4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",
"@types/chrome": "^0.0.317",
"@types/lodash": "^4.17.16",
"@types/node": "^22.15.3",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.21",
"chrome-types": "^0.1.349",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.3",
"postcss-loader": "^8.1.1",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "^4.0.0",
"tailwindcss": "^4.1.5",
"ts-loader": "^9.5.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"webpack": "^5.99.7",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1",
"webpack-merge": "^6.0.1"
}
}