-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@fantaptik/react-tour",
"version": "0.1.3",
"description": "@fantaptik React library for product tours.",
"main": "dist/index.js",
"scripts": {
"build-dev": "npx webpack --mode development",
"build": "npx webpack --mode production",
"styleguidist": "npx styleguidist server",
"styleguidist-build": "npx styleguidist build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"@fantaptik",
"react-tour",
"react",
"reactjs",
"materialize",
"material",
"tour",
"product-tour",
"react-material"
],
"author": "Nofeatures Onlybugs",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@fantaptik/react-material": "^0.3.5",
"@fantaptik/webpack-config": "^0.2.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"materialize-css": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-styleguidist": "^11.1.5",
"style-loader": "^2.0.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"peerDependencies": {
"@fantaptik/react-material": "^0.2.3",
"materialize-css": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"dependencies": {
"@popperjs/core": "^2.6.0",
"react-popper": "^2.2.4"
}
}