-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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": "aperture",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "next build",
"dev": "node server",
"start-heroku": "NODE_ENV=production node server",
"lint": "standard './pages/*' './containers/*'",
"lint-fix": "standard --fix './pages/*' './containers/*'",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-prebuild": "npm install && npm run build"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"**/node_modules/**"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-plugin-module-resolver": "2.5.0",
"babel-plugin-wrap-in-js": "^1.1.1",
"babel-register": "^6.23.0",
"fuse.js": "^2.6.2",
"fuzzysearch": "^1.0.3",
"glamor": "^2.20.24",
"glob": "7.1.1",
"lzbase62": "^1.4.6",
"next": "^2.0.0-beta.18",
"next-routes": "^1.0.18",
"node-sass": "^4.5.0",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-select": "git+https://github.com/JedWatson/react-select.git",
"sass-loader": "^6.0.3"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"snazzy": "^6.0.0"
}
}