-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
48
49
50
51
{
"name": "grid-sketchbook",
"version": "1.0.0",
"description": "a sketchbook for designing Landlab grids",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jennyknuth/grid-sketchbook.git"
},
"author": "jenny knuth",
"license": "ISC",
"bugs": {
"url": "https://github.com/jennyknuth/grid-sketchbook/issues"
},
"homepage": "https://github.com/jennyknuth/grid-sketchbook#readme",
"dependencies": {
"autoprefixer": "^9.5.1",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"d3": "^5.9.2",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "^7.0.1",
"babel-eslint": "^7.2.3",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"brunch": "^2.10.17",
"clean-css-brunch": "^2.10.0",
"eslint": "^3.19.0",
"eslint-brunch": "^3.12.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"gh-pages": "^0.12.0",
"javascript-brunch": "^2.10.0",
"json-brunch": "^1.5.4",
"postcss-brunch": "^2.10.1",
"sass-brunch": "^2.10.8",
"uglify-js-brunch": "^2.10.0"
}
}