-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "facturacion-electronica-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@zeit/next-sass": "~1.0.1",
"axios": "~0.18.0",
"connect-redis": "~3.4.0",
"cookie-parser": "~1.4.3",
"date-fns": "~1.29.0",
"dotenv": "~6.1.0",
"eslint": "~5.8.0",
"eslint-plugin-react": "~7.11.1",
"express": "~4.16.4",
"express-session": "~1.15.6",
"file-loader": "~2.0.0",
"formik": "~1.3.1",
"lodash": "~4.17.11",
"milliseconds": "~1.0.3",
"next": "~7.0.2",
"node-sass": "~4.9.4",
"p-props": "~1.2.0",
"prop-types": "~15.6.2",
"react": "~16.5.2",
"react-albus": "~2.0.0",
"react-day-picker": "~7.2.4",
"react-dom": "~16.5.2",
"react-intl": "~2.7.2",
"semantic-ui-css": "~2.4.1",
"semantic-ui-react": "~0.83.0",
"url-loader": "~1.1.2",
"yup": "~0.26.6"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "node server.js",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-eslint": "~10.0.1",
"babel-plugin-transform-define": "~1.3.0"
}
}