-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 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
{
"name": "603.nz",
"version": "1.0.0",
"description": "603.nz source code",
"scripts": {
"build": "cross-env NODE_ENV=production static-react components/App.js > dist/index.html",
"lint": "eslint components || exit 0"
},
"author": "Jordan Hornblow <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jch254/603dotnz"
},
"dependencies": {
"moment": "^2.18.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"cross-env": "^5.0.5",
"eslint": "^3.18.0",
"eslint-config-airbnb": "14.1.0",
"eslint-loader": "^1.6.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.2",
"react": "^15.0.1",
"react-geomicons": "^2.1.0",
"rebass": "^0.3.4",
"reflexbox": "^2.2.3",
"static-react": "^3.2.0"
}
}