-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 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
{
"name": "@execview/treeview",
"version": "0.1.182",
"main": "./transpiled/exports.js",
"repository": {
"type": "git",
"url": "https://github.com/Execview/evn-ui-treeview.git"
},
"dependencies": {
"@execview/reusable": "0.1.125",
"@execview/table": "0.1.198",
"@execview/themedesigner": "0.1.32",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"jwt-decode": "^3.1.2",
"moment": "2.29.4",
"moment-business-time": "^2.0.0",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-observable": "^2.0.0",
"redux-thunk": "^2.4.2",
"rxjs-compat": "^6.6.7",
"uuid": "^9.0.0"
},
"scripts": {
"dev": "react-scripts start",
"start": "npm run build && npx --yes serve -s build -p 80",
"build": "react-scripts build",
"test": "react-scripts test",
"prepublishOnly": "npm --no-git-tag-version version patch && npm run installTranspiler && npm run transpile",
"postpublish": "npx --yes rimraf transpiled",
"installTranspiler": "npm install --no-save @babel/cli @babel/preset-react",
"transpile": "npx babel src -d transpiled --copy-files --presets=@babel/preset-react",
"clean": "npx --yes rimraf node_modules transpiled build package-lock.json"
},
"files": [
"/public",
"/transpiled"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}