forked from DimitarChristoff/slickgrid-es6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.7 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
{
"name": "slickgrid-es6",
"version": "0.3.1",
"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": "NODE_ENV=development webpack-dev-server --optimize-occurence-order --optimize-dedupe --hot --inline --debug --compress --port 8888",
"build": "rimraf dist && NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint ./src ./examples ./plugins",
"eslint:fix": "eslint ./src ./examples ./plugins --fix"
},
"author": "Michael Leibman",
"license": "MIT",
"dependencies": {
"flatpickr": "^1.9.1",
"jquery": "^3.1.0"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"bulma": "^0.1.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"eslint": "^2.11.1",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-react": "^2.2.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-react": "^5.0.0",
"eslint-plugin-standard": "^1.3.1",
"file-loader": "^0.9.0",
"history": "^3.0.0",
"html-loader": "^0.4.3",
"image-webpack-loader": "^2.0.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"rimraf": "^2.5.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "1.14.1"
}
}