-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.03 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4.03 KB
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
119
120
121
122
123
124
125
{
"name": "plam-ui",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"engines": {
"node": "9.11.1",
"npm": "5.9.0-next.0"
},
"scripts": {
"clean": "rimraf dist cache",
"start": "cross-env NODE_ENV=development node devServer.js",
"build": "cross-env NODE_ENV=production webpack-cli && react-snapshot --build-dir dist",
"stats": "npm run build -- --profile --json > stats.json",
"lint": "eslint app/js/**",
"lint:fix": "eslint --fix app/js/**",
"stylelint": "stylelint app/css/**/*",
"format": "prettier --write app/js/**",
"format:check": "prettier --list-different app/js/**",
"prepare": "npm run clean",
"prepare:manual": "npm run clean && npm run build"
},
"author": "plam.ch",
"license": "ISC",
"dependencies": {
"@babel/core": "7.0.0-beta.44",
"@babel/polyfill": "7.0.0-beta.44",
"@babel/preset-env": "7.0.0-beta.44",
"@babel/preset-react": "7.0.0-beta.44",
"@babel/preset-stage-1": "7.0.0-beta.44",
"@fortawesome/fontawesome": "1.1.5",
"@fortawesome/fontawesome-free-brands": "5.0.9",
"@fortawesome/fontawesome-free-solid": "5.0.9",
"@fortawesome/react-fontawesome": "0.0.18",
"ajv": "6.4.0",
"axios": "0.18.0",
"babel-eslint": "8.2.2",
"babel-loader": "8.0.0-beta.2",
"babel-plugin-transform-react-remove-prop-types": "0.4.13",
"body-parser": "1.18.2",
"bootstrap": "4.0.0",
"cache-loader": "1.2.2",
"chalk": "2.3.2",
"classnames": "2.2.5",
"clean-webpack-plugin": "0.1.19",
"compression": "1.7.2",
"cookie-parser": "1.4.3",
"copy-webpack-plugin": "4.5.1",
"cross-env": "5.1.4",
"css-loader": "0.28.11",
"dotenv": "5.0.1",
"eslint": "5.0.0-alpha.0",
"eslint-config-prettier": "2.9.0",
"eslint-config-standard": "11.0.0",
"eslint-config-standard-jsx": "5.0.0",
"eslint-config-standard-react": "6.0.0",
"eslint-import-resolver-webpack": "0.9.0",
"eslint-plugin-babel": "5.0.0",
"eslint-plugin-import": "2.10.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-react": "7.7.0",
"eslint-plugin-standard": "3.0.1",
"express": "4.16.3",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"git-rev-sync": "1.11.1",
"history": "4.7.2",
"html-webpack-plugin": "3.2.0",
"image-webpack-loader": "4.2.0",
"immutable": "4.0.0-rc.9",
"node-sass": "4.8.3",
"postcss": "6.0.21",
"postcss-cssnext": "3.1.0",
"postcss-import": "11.1.0",
"postcss-loader": "2.1.3",
"postcss-scss": "1.0.5",
"prettier": "1.11.1",
"progress-bar-webpack-plugin": "1.11.0",
"prop-types": "15.6.1",
"react": "16.3.1",
"react-amphtml": "2.2.2",
"react-dom": "16.3.1",
"react-google-maps": "9.4.5",
"react-helmet": "5.2.0",
"react-hot-loader": "4.0.1",
"react-immutable-proptypes": "2.1.0",
"react-loadable": "5.3.1",
"react-notifications": "1.4.3",
"react-photoswipe": "1.3.0",
"react-redux": "5.0.7",
"react-responsive-picture": "2.1.0",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"react-scroll-parallax": "1.3.3",
"react-select": "2.0.0-alpha.8",
"react-snapshot": "1.3.0",
"react-svg": "2.2.16",
"react-youtube": "7.5.0",
"reactstrap": "5.0.0",
"redbox-react": "1.5.0",
"redux": "4.0.0-beta.2",
"redux-devtools-extension": "2.13.2",
"redux-form": "7.3.0",
"redux-immutable": "4.0.0",
"redux-saga": "1.0.0-beta.0",
"reselect": "3.0.1",
"sass-loader": "6.0.7",
"standard": "11.0.1",
"style-loader": "0.20.3",
"stylelint": "9.2.0",
"stylelint-config-standard": "18.2.0",
"url-loader": "1.0.1",
"webpack": "4.5.0",
"webpack-cli": "2.0.14",
"webpack-dev-middleware": "3.1.2",
"webpack-hot-middleware": "2.21.2",
"whatwg-fetch": "2.0.4",
"winston": "3.0.0-rc4",
"workbox-webpack-plugin": "3.0.1"
}
}