-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 4.07 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "lucent-admin",
"version": "0.0.14",
"main": "src/server/main.js",
"types": "src/server/main.d.ts",
"license": "MIT",
"bin": {
"lucent": "src/cli/index.js"
},
"scripts": {
"build:server": "tsc --p server/tsconfig.json",
"dev:server": "tsc -w --p server/tsconfig.json",
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "webpack --mode=production",
"watch": "yarn dev -- --watch",
"test:unit": "jest --verbose",
"test:e2e": "cypress run --record --key 6214b15d-0117-4a31-adc0-70c9dbf744e7",
"prettier": "prettier --write './**/*.{js,ts,css}'",
"start-dev-server": "cd app && npm start",
"test": "yarn test:unit && start-server-and-test start-dev-server http://localhost:5044 test:e2e",
"publish-package": "yarn production && yarn build:server && npm publish"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@types/app-root-path": "^1.2.4",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.17.0",
"@types/change-case": "^2.3.1",
"@types/classnames": "^2.2.7",
"@types/connect-redis": "^0.0.13",
"@types/express": "^4.16.1",
"@types/express-fileupload": "^0.4.0",
"@types/express-session": "^1.15.16",
"@types/jsonwebtoken": "^8.3.7",
"@types/mongodb": "^3.1.23",
"@types/node": "^11.13.4",
"@types/pluralize": "^0.0.29",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"@types/react-flatpickr": "^3.7.0",
"@types/react-helmet": "^5.0.8",
"@types/react-modal": "^3.8.2",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^4.3.2",
"@types/redis": "^2.8.14",
"@types/uuid": "^3.4.4",
"axios": "^0.18.0",
"babel-loader": "^8.0.5",
"babel-plugin-module-resolver": "^3.2.0",
"classnames": "^2.2.6",
"css-loader": "^2.1.1",
"cypress": "^3.2.0",
"faker": "^4.1.0",
"flatpickr": "^4.5.7",
"glob-all": "^3.1.0",
"image-extensions": "^1.1.0",
"jest": "^24.7.1",
"laravel-mix": "^4.0.15",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.14",
"postcss-loader": "^3.0.0",
"prettier": "^1.16.4",
"purgecss-webpack-plugin": "^1.4.0",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-flatpickr": "^3.7.1",
"react-helmet": "^5.2.0",
"react-modal": "^3.8.1",
"react-outside-click-handler": "^1.3.0",
"react-paginate": "^6.3.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router-transition": "^2.0.0",
"react-testing-library": "^7.0.0",
"resolve-url-loader": "2.3.1",
"sass": "^1.18.0",
"sass-loader": "7.*",
"start-server-and-test": "^1.9.0",
"tailwindcss": "^1.2.0",
"throttle-debounce": "^2.1.0",
"toastedjs": "^0.0.2",
"typescript": "^3.4.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"app-root-path": "^2.2.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"change-case": "^3.1.0",
"commander": "^4.1.1",
"connect-redis": "^4.0.4",
"consola": "^2.7.1",
"cross-env": "^5.2.0",
"date-fns": "^1.30.1",
"edge.js": "^1.1.4",
"express": "^4.16.4",
"express-fileupload": "^1.1.4",
"express-session": "^1.17.0",
"indicative": "^5.0.8",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.3",
"pluralize": "^7.0.0",
"redis": "^3.0.0",
"uuid": "^3.3.2"
}
}