-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.88 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
{
"name": "retailplanet.io",
"version": "1.0.0",
"description": "retailplanet.io",
"repository": "https://github.com/con-ceptive/retailplanet.io-backend",
"license": "CC-ND",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"storybook": "start-storybook -s ./static -p 6006",
"eslint-check": "eslint ./\"{pages,src,stories}/**/*.{js,jsx}\"",
"eslint-fix": "eslint ./\"{pages,src,stories}/**/*.{js,jsx}\" --fix",
"fix-styles": "prettier-stylelint --write",
"build-storybook": "build-storybook",
"semantic:build": "cd .semantic && gulp build-css build-assets",
"semantic:watch": "cd .semantic && npm run build-semantic && gulp watch"
},
"prettier": {},
"author": "Werner Glanzer",
"dependencies": {
"@exlinc/keycloak-passport": "1.0.2",
"@fortawesome/fontawesome-free": "5.8.1",
"@zeit/next-sass": "1.0.1",
"awesome-debounce-promise": "2.1.0",
"compression": "1.7.4",
"express": "4.16.4",
"express-session": "1.16.1",
"form-data": "2.3.3",
"fsevents": "2.0.6",
"http-proxy-middleware": "0.19.1",
"isomorphic-unfetch": "3.0.0",
"lodash": "^4.17.11",
"nedb": "1.8.0",
"next": "v8.1.1-canary.16",
"next-nprogress": "1.4.0",
"next-redux-wrapper": "3.0.0-alpha.2",
"node-fetch": "2.5.0",
"node-sass": "4.12.0",
"passport": "0.4.0",
"passport-auth0": "1.1.0",
"prop-types": "15.7.2",
"raw-loader": "2.0.0",
"react": "16.8.6",
"react-currency-format": "^1.0.0",
"react-dom": "16.8.6",
"react-input-range": "^1.3.0",
"react-redux": "7.0.2",
"react-select": "2.4.3",
"redux": "4.0.1",
"redux-devtools-extension": "2.13.8",
"redux-i18n": "1.5.17",
"redux-mock-store": "1.5.3",
"redux-promise-middleware": "6.1.0",
"redux-thunk": "2.3.0",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "0.86.0",
"styled-jsx": "3.0.0",
"webStorage": "2.1.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@storybook/addon-actions": "^5.0.10",
"@storybook/addon-info": "5.0.10",
"@storybook/addon-links": "^5.0.10",
"@storybook/addons": "^5.0.10",
"@storybook/react": "^5.0.10",
"babel-eslint": "10.0.1",
"babel-loader": "^8.0.0-beta.6",
"del": "4.1.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-css-modules": "2.11.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-json": "1.4.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"gulp": "4.0.1",
"gulp-sass": "4.0.2",
"prettier-eslint": "8.8.2",
"prettier-eslint-cli": "4.7.1",
"prettier-stylelint": "0.4.2",
"stylelint": "10.0.1",
"stylelint-config-css-modules": "1.4.0",
"stylelint-config-recommended-scss": "3.3.0",
"stylelint-config-standard": "18.3.0",
"stylelint-scss": "3.6.0"
}
}