-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.05 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 2.05 KB
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
{
"name": "neto-desktop",
"version": "0.1.0",
"description": "Generic types are designed to reduce the codes duplications.",
"main": "index.js",
"scripts": {
"archive": "bash prepare-to-deploy.sh | tee -a loxal/logs/archive_`date +%Y-%m-%d`.txt",
"build": "APPS=app webpack --config webpack.prod.js | tee -a loxal/logs/build-production_`date +%Y-%m-%d`.txt || true && ls -al dist",
"start": "DEV_APP=app webpack-dev-server --color --open --config webpack.dev.js --port 3456 --hot --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.0.2",
"@material-ui/icons": "^4.0.1",
"@material-ui/lab": "^4.0.0-alpha.33",
"@types/js-base64": "^2.3.1",
"@types/node": "^12.0.7",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.3",
"awesome-typescript-loader": "^5.2.1",
"babel-preset-rsuite": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"ejs": "^2.7.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"moment": "^2.24.0",
"node-notifier": "^6.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-cropper": "^1.2.0",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-swipeable-views": "^0.13.3",
"react-transition-group": "^4.1.0",
"rsuite": "^4.0.0",
"style-loader": "^0.23.1",
"typescript": "^3.5.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.2.1",
"websocketification-client": "file:/assets/projects/Websocketification/websocketification-client"
},
"author": "Fisher",
"license": "ISC"
}