|
1 | 1 | { |
2 | | - "name": "dreamdata-analytics", |
3 | | - "author": "Segment.io <[email protected]>", |
4 | | - "version": "2.12.0", |
5 | | - "license": "MIT", |
6 | | - "description": "The hassle-free way to integrate analytics into any web application.", |
7 | | - "keywords": [ |
8 | | - "analytics", |
9 | | - "analytics.js", |
10 | | - "dreamdata", |
11 | | - "dreamdata-analytics", |
12 | | - "segment", |
13 | | - "segment.io" |
14 | | - ], |
15 | | - "repository": { |
16 | | - "url": "https://github.com/segmentio/analytics.js.git", |
17 | | - "type": "git" |
18 | | - }, |
19 | | - "engines": { |
20 | | - "node": ">=0.12.0" |
21 | | - }, |
22 | | - "main": "analytics.js", |
23 | | - "scripts": { |
24 | | - "build:dev": "webpack --config webpack.dev.js", |
25 | | - "build:prod": "webpack --config webpack.prod.js" |
26 | | - }, |
27 | | - "presets": [ |
28 | | - "@babel/preset-env" |
29 | | - ], |
30 | | - "devDependencies": { |
31 | | - "webpack": "^4.41.2", |
32 | | - "webpack-cli": "^3.3.9", |
33 | | - "@babel/core": "^7.6.4", |
34 | | - "@babel/preset-env": "^7.6.3", |
35 | | - "babel-loader": "^8.0.6" |
36 | | - } |
| 2 | + "name": "dreamdata-analytics", |
| 3 | + "author": "Segment.io <[email protected]>", |
| 4 | + "version": "2.12.0", |
| 5 | + "license": "MIT", |
| 6 | + "description": "The hassle-free way to integrate analytics into any web application.", |
| 7 | + "keywords": [ |
| 8 | + "analytics", |
| 9 | + "analytics.js", |
| 10 | + "dreamdata", |
| 11 | + "dreamdata-analytics", |
| 12 | + "segment", |
| 13 | + "segment.io" |
| 14 | + ], |
| 15 | + "repository": { |
| 16 | + "url": "https://github.com/segmentio/analytics.js.git", |
| 17 | + "type": "git" |
| 18 | + }, |
| 19 | + "engines": { |
| 20 | + "node": ">=0.12.0" |
| 21 | + }, |
| 22 | + "main": "analytics.js", |
| 23 | + "scripts": { |
| 24 | + "build:dev": "webpack --config webpack.dev.js", |
| 25 | + "build:prod": "webpack --config webpack.prod.js" |
| 26 | + }, |
| 27 | + "presets": [ |
| 28 | + "@babel/preset-env" |
| 29 | + ], |
| 30 | + "devDependencies": { |
| 31 | + "webpack": "^4.41.2", |
| 32 | + "webpack-cli": "^3.3.9", |
| 33 | + "@babel/core": "^7.6.4", |
| 34 | + "@babel/preset-env": "^7.6.3", |
| 35 | + "babel-loader": "^8.0.6", |
| 36 | + "compression-webpack-plugin": "^3.0.0" |
| 37 | + } |
37 | 38 | } |
0 commit comments