-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1020 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
34
35
36
{
"name": "product-tour",
"private": true,
"version": "0.0.1",
"description": "Embed a product tour, as a script, on any website.",
"repository": {
"type": "git",
"url": "git+https://github.com/lyndseyduffield/product-tour.git"
},
"scripts": {
"build": "rm dist/*.js dist/*.txt && webpack --mode=production"
},
"author": "Lyndsey Duffield",
"license": "MIT",
"homepage": "https://github.com/lyndseyduffield/product-tour#readme",
"dependencies": {
"@popperjs/core": "^2.9.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-popper": "^2.2.5"
},
"devDependencies": {
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"css-loader": "^6.0.0",
"eslint": "^7.30.0",
"eslint-plugin-react": "^7.24.0",
"style-loader": "^3.1.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
}
}