1 | {
|
2 | "name": "ag-grid",
|
3 | "version": "18.1.2",
|
4 | "description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components",
|
5 | "main": "./main.js",
|
6 | "scripts": {
|
7 | "test": "exit 0",
|
8 | "lint": "tslint -p tsconfig.json src/ts/**/*.ts",
|
9 | "lint-fix": "tslint -p tsconfig.json -c tslint-fix.json --fix src/ts/**/*.ts",
|
10 | "watchWebpack": "webpack --watch",
|
11 | "build": "gulp release"
|
12 | },
|
13 | "typings": "./main.d.ts",
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "https://github.com/ag-grid/ag-grid.git"
|
17 | },
|
18 | "keywords": [
|
19 | "web-components",
|
20 | "grid",
|
21 | "data",
|
22 | "table",
|
23 | "angular",
|
24 | "angular-component",
|
25 | "react",
|
26 | "react-component",
|
27 | "angularjs",
|
28 | "reactjs"
|
29 | ],
|
30 | "jspm": {
|
31 | "main": "jspm-main"
|
32 | },
|
33 | "author": "Niall Crosby <niall.crosby@ag-grid.com>",
|
34 | "license": "MIT",
|
35 | "bugs": {
|
36 | "url": "https://github.com/ag-grid/ag-grid/issues"
|
37 | },
|
38 | "homepage": "http://www.ag-grid.com/",
|
39 | "devDependencies": {
|
40 | "autoprefixer": "^7.1.2",
|
41 | "cache-loader": "^1.0.3",
|
42 | "css-loader": "0.23.1",
|
43 | "del": "^3.0.0",
|
44 | "extract-text-webpack-plugin": "^3.0.0",
|
45 | "file-loader": "^0.11.2",
|
46 | "gulp": "3.9.0",
|
47 | "gulp-clean": "0.3.1",
|
48 | "gulp-filter": "^5.0.1",
|
49 | "gulp-foreach": "0.1.0",
|
50 | "gulp-header": "1.7.0",
|
51 | "gulp-jasmine": "2.2.1",
|
52 | "gulp-postcss": "^7.0.0",
|
53 | "gulp-rename": "1.2.2",
|
54 | "gulp-replace": "^0.5.4",
|
55 | "gulp-sass": "^3.1.0",
|
56 | "gulp-sourcemaps": "1.5.2",
|
57 | "gulp-stylus": "2.2.0",
|
58 | "gulp-tsd": "0.0.4",
|
59 | "gulp-typescript": "2.10.0",
|
60 | "gulp-uglify": "1.5.1",
|
61 | "image-webpack-loader": "^3.3.1",
|
62 | "jasmine-core": "2.4.1",
|
63 | "json-stable-stringify": "1.0.0",
|
64 | "merge2": "0.3.6",
|
65 | "nib": "^1.1.0",
|
66 | "node-sass": "^4.5.3",
|
67 | "postcss-loader": "^2.0.6",
|
68 | "postcss-scss": "^1.0.2",
|
69 | "postcss-svgo": "^2.1.6",
|
70 | "sass-loader": "^6.0.6",
|
71 | "style-loader": "0.13.0",
|
72 | "stylus": "0.53.0",
|
73 | "svg-colorize-loader": "^0.1.1",
|
74 | "tslint": "^5.9.1",
|
75 | "typescript": "2.4.1",
|
76 | "url-loader": "^0.5.9",
|
77 | "vinyl-buffer": "1.0.0",
|
78 | "vinyl-named": "^1.1.0",
|
79 | "webpack": "3.5.1",
|
80 | "webpack-stream": "4.0.0"
|
81 | }
|
82 | }
|