-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
118 lines (118 loc) · 3.47 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
{
"name": "beam-invoice",
"private": false,
"version": "0.0.1",
"description": "A Sails, React & Webpack boilerplate",
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.4.0"
},
"keywords": [
"beam"
],
"dependencies": {
"@sailshq/lodash": "^3.10.3",
"algolia-places-react": "^1.5.1",
"assets-webpack-plugin": "^3.4.0",
"axios": "^0.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"bcryptjs": "^2.4.3",
"bulma-extensions": "^6.2.7",
"colors": "^1.1.2",
"ejs": "^2.5.5",
"file-loader": "^4.0.0",
"foreman": "^3.0.1",
"formik": "^2.1.1",
"generate-password": "^1.5.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-jst": "0.6.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "^0.8.1",
"i18next": "^19.0.2",
"include-all": "~0.1.6",
"jsonwebtoken": "^8.5.1",
"loadable-components": "^2.2.3",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"rc": "^1.2.8",
"react": "^16.11.0",
"react-autocomplete": "^1.8.1",
"react-autosuggest": "^9.4.3",
"react-avatar": "^3.9.0",
"react-data-table-component": "^6.2.0",
"react-dom": "^16.11.0",
"react-i18next": "^11.2.7",
"react-keydown": "^1.9.12",
"react-redux": "^7.1.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-time": "^4.3.0",
"react-toastify": "^5.5.0",
"recharts": "^2.0.0-beta.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"sails": "^1.2.2",
"sails-disk": "^1.0.1",
"sails-hook-organics": "^0.16.0",
"sails-hook-orm": "^2.1.1",
"sails-hook-req-validate": "^2.7.1",
"sails-hook-sockets": "^2.0.0",
"sails-html-pdf": "^1.0.6",
"sails-mysql": "^1.0.1",
"sails-postgresql": "^1.0.2",
"seamless-immutable": "^7.1.4",
"skipper": "^0.8.7",
"styled-components": "^4.4.1",
"validatorjs": "^3.18.1",
"webpack": "^4.20.2",
"yup": "^0.28.0"
},
"scripts": {
"lift": "npm install && cd ./.cli && npm install && node cli.js",
"start": "cross-env NODE_ENV=development nf start --wrap",
"dev": "node webpackDevServer",
"dist": "cross-env NODE_ENV=production webpack -p --config webpack.config.prod.js",
"postinstall": "npm run dist"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/PHClement/Beam-Invoice.git"
},
"author": "Clément de Louvencourt <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.6",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.9",
"cross-env": "^5.1.1",
"css-loader": "^0.28.11",
"enzyme": "^2.4.1",
"mocha": "^3.0.2",
"node-sass": "^4.9.0",
"precss": "^1.4.0",
"react-addons-test-utils": "^15.0.1",
"react-hot-loader": "^4.2.0",
"sails-hook-autoreload": "^0.13.1",
"sass-loader": "^7.0.1",
"sinon": "^1.17.5",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4"
}
}