forked from htm-community/building-htm-systems
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 832 Bytes
/
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
{
"name": "building-htm-systems",
"version": "0.2.15",
"description": "Supporting code for Building HTM Systems document.",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build",
"fix-code": "prettier-eslint --write 'src/**/*.{js,jsx}' "
},
"author": "[email protected]",
"license": "AGPL-3.0",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"d3": "^5.9.2",
"dat.gui": "^0.7.2",
"moment": "^2.22.2",
"next": "^8.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-latex": "^1.2.0",
"react-syntax-highlighter": "^10.2.1",
"simplehtm": "0.2.8"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1"
}
}