-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 934 Bytes
/
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
{
"name": "tourguide-js-chrome-extension",
"version": "1.0.4",
"description": "Easily build, publish, update and maintain product tours in Docsie",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"devw": "webpack --watch"
},
"dependencies": {
"bootstrap": "^4.6.0",
"css-selector-generator": "^3.6.1",
"immer": "^9.0.15",
"pick-dom-element": "github:bordot/pick-dom-element",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-sortablejs": "^6.1.4",
"tourguidejs": "^1.0.0"
},
"devDependencies": {
"@types/chrome": "^0.0.190",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"prettier": "^2.6.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
}
}