-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "movie-search",
"version": "0.1.0",
"private": true,
"dependencies": {
"@appbaseio/reactivesearch": "^2.6.2",
"@zeit/next-css": "0.1.5",
"emotion-server": "9.1.0",
"next": "5.1.0",
"material-design-icons": "^3.0.1",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-scripts": "1.1.1"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-direct-import": "^0.5.0",
"babel-plugin-emotion": "^9.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-next": "^1.1.1",
"babel-preset-react": "^6.24.1",
"husky": "^0.14.3",
"prettier": "1.11.1",
"pretty-quick": "^1.4.1"
}
}