-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.55 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "main",
"version": "1.0.0",
"description": "<!DOCTYPE html> <html lang=\"en\"> <head> \t<meta name=\"viewport\" content=\"width=device-width\" /> \t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /> \t<title>WordPress › ReadMe</title> \t<link rel=\"stylesheet\" href=\"wp-admin/css/install.css?ver=20100228\" type=\"text/css\" /> </head> <body> <h1 id=\"logo\"> \t<a href=\"https://wordpress.org/\"><img alt=\"WordPress\" src=\"wp-admin/images/wordpress-logo.png\" /></a> </h1> <p style=\"text-align: center\">Semantic Personal Publishing Platform</p>",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@react-google-maps/api": "^2.1.1",
"@tinymce/tinymce-react": "^3.12.4",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"date-fns": "^2.21.3",
"date-fns-tz": "^1.1.4",
"dompurify": "^2.2.8",
"export-to-csv": "^0.2.1",
"json-logic-js": "^2.0.1",
"nouislider": "^14.7.0",
"primeflex": "^2.0.0",
"primeicons": "^4.1.0",
"primereact": "^6.3.2",
"react-beautiful-dnd": "^13.1.0",
"react-clock": "^3.0.0",
"react-color": "^2.19.3",
"react-phone-input-2": "^2.14.0",
"react-transition-group": "^4.4.1",
"rrule": "^2.6.8"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-env": "^7.14.2",
"@babel/register": "^7.13.16",
"@types/dompurify": "^2.2.2",
"@types/googlemaps": "^3.43.3",
"@types/json-logic-js": "^1.2.1",
"@types/react-color": "^3.0.4",
"@wordpress/babel-plugin-makepot": "^4.1.3",
"babel-plugin-transform-imports": "^2.0.0",
"babelify": "^10.0.0",
"browser-pack-flat": "^3.4.2",
"browserify": "^17.0.0",
"common-shakeify": "^0.6.2",
"concat-stream": "^2.0.0",
"css-modulesify": "^0.28.0",
"envify": "^4.1.0",
"gulp": "^4.0.2",
"gulp-file": "^0.4.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.0.1",
"gulp-zip": "^5.1.0",
"literalify": "^0.4.0",
"tsify": "^5.0.4",
"typescript": "^4.2.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"type": "module"
}