-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.71 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": "mrhotels-frontend",
"version": "1.0.0",
"description": "Travel agency system",
"private": true,
"scripts": {
"dev": "env NODE_ENV=development webpack-dev-server --hot --inline --progress --port 3000",
"dev:ui": "start-storybook -p 3001 -c .storybook",
"test": "jest",
"lint": "eslint src",
"lint:css": "stylelint './src/**/*.js'"
},
"dependencies": {
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"recompose": "^0.26.0",
"styled-components": "^2.1.2"
},
"devDependencies": {
"@storybook/addon-info": "^3.2.10",
"@storybook/addon-knobs": "^3.2.10",
"@storybook/react": "^3.2.8",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-styled-components": "^1.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"eslint": "^3.12.0",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-react": "^4.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1",
"html-webpack-plugin": "^2.30.1",
"jest": "^20.0.4",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.0.0",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1"
},
"author": "Kawin Glomjai <[email protected]>",
"license": "MIT",
"repository": "https://github.com/gkawin/mrhotels-frontend.git"
}