-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
54 lines (54 loc) · 1.8 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
{
"name": "slickgrid-es6",
"version": "3.0.3",
"description": "Non-tracking fork of 6pac/SlickGrid and X-SlickGrid that makes it easy to consume via npm under webpack/babel and without jquery-ui",
"main": "dist/slick.es6.min.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --optimize-occurence-order --optimize-dedupe --hot --inline --debug --compress --port 8888",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --progress --",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint config",
"eslint:fix": "npm run eslint -- --fix"
},
"author": "Michael Leibman",
"license": "MIT",
"dependencies": {
"flatpickr": "^1.9.1",
"jquery": "^3.4.1"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.2.4",
"css-loader": "^0.27.3",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-plugin-babel": "^4.1.0",
"eslint-plugin-import": "^2.0.8",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^1.3.1",
"file-loader": "^0.10.1",
"history": "^4.6.0",
"html-loader": "^0.4.3",
"image-webpack-loader": "^5.0.0",
"node-sass": "^4.12.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"rimraf": "^2.5.3",
"sass-loader": "^7.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.15.0",
"webpack-dev-server": "1.16.5",
"webpack-node-externals": "^1.5.4"
}
}