forked from aikar/timings
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.36 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
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
{
"name": "minecraft-timings",
"version": "1.0.0",
"description": "Aikar's Minecraft Timings Viewer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.13",
"assets-webpack-plugin": "^3.5.1",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-react-css-modules": "^2.2.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-flow": "^1.0.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"caniuse-db": "^1.0.30000888",
"clean-webpack-plugin": "^0.1.15",
"clone": "^2.1.2",
"css-loader": "^0.26.1",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.10.0",
"es7-shim": "^6.0.0",
"extract-text-webpack-plugin": "^2",
"file-loader": "^0.9.0",
"foreach": "^2.0.5",
"gulp": "^3.9.1",
"gulp-bash-completion": "^1.1.0",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.4.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.0",
"ini": "^1.3.8",
"jquery": "^3.5.0",
"json-loader": "^0.5.4",
"ls-cache": "^0.2.3",
"minimatch": "3.0.4",
"mkdirp": "^0.5.1",
"natives": "^1.1.6",
"node-sass": "^4.12.0",
"npmlog": "^4.1.2",
"objectsm": "^1.1.0",
"ordered-merge-stream": "^1.0.0",
"phpjs": "^1.3.2",
"postcss": "^5.2.11",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.2.2",
"postcss-scss": "^0.4.0",
"qs": "^6.5.2",
"raw-loader": "^0.5.1",
"rc-slider": "^6.1.0",
"react": "^15.4.2",
"react-animate-height": "^2.0.23",
"react-dom": "^15.4.2",
"react-dump": "^0.1.11",
"react-spinkit": "^2.0.0",
"react-sticky": "^5.0.5",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
"sass-loader": "^4.1.1",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.1",
"url-loader": "^0.6.0",
"webpack": "^2",
"webpack-auto-clean-build-plugin": "^1.0.3",
"webpack-dev-server": "^1.16.2",
"xhr": "^2.5.0"
},
"repository": {
"type": "git",
"url": "git://github.com/aikar/timings"
},
"author": "Daniel Ennis <aikar@aikar.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aikar/timings/issues"
},
"devDependencies": {
"webpack-bundle-analyzer": "^4.4.0"
}
}