forked from speedtracker/speedtracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "speedtracker",
"version": "1.2.3",
"description": "Website performance monitoring tool",
"main": "index.js",
"scripts": {
"start": "jekyll serve",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js -p",
"lint": "standard --verbose | snazzy",
"watch": "./node_modules/webpack/bin/webpack.js --watch",
"postinstall": "opencollective postinstall"
},
"config": {
"ghooks": {
"pre-commit": "npm run lint"
}
},
"repository": "speedtracker/speedtracker",
"author": "Eduardo Bouças <[email protected]> (https://eduardoboucas.com)",
"license": "MIT",
"devDependencies": {
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"babel-preset-react": "^6.11.1",
"snazzy": "^7.0.0",
"standard": "^10.0.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-core": "^6.17.0",
"chart.js": "^2.2.2",
"es6-promise": "^3.3.1",
"object-path": "^0.11.2",
"opencollective": "^1.0.3",
"query-string": "^4.2.3",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"whatwg-fetch": "^1.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/speedtracker",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}