-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "pingcrm",
"version": "0.0.2",
"private": true,
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"captain-vane": "^0.2.1",
"inertia-sails": "^0.0.9",
"sails": "^1.5.2",
"sails-hook-apianalytics": "^2.0.5",
"sails-hook-organics": "^2.2.0",
"sails-hook-orm": "^4.0.0",
"sails-hook-sockets": "^2.0.0",
"uuid": "^8.3.2",
"webpack": "^5.72.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"captain-vane-generator": "^0.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.14",
"postcss-loader": "^6.2.1",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"sails.io.js": "^1.2.1",
"socket.io-client": "^2.2.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.24",
"terser-webpack-plugin": "^5.3.1",
"vue": "^3.2.40",
"vue-loader": "^17.0.0"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"
},
"main": "app.js",
"engines": {
"node": "^18.0"
}
}