-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 3.1 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "classroom",
"version": "1.1.0",
"description": "Zooniverse Classrooms is the Zooniverse's web portal for educational tools, designed for Teachers and Students who want to learn more about science using real world people-powered research projects.",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/classroom"
},
"scripts": {
"start": "export NODE_ENV=development; BABEL_ENV=development check-engines && check-dependencies && webpack-dashboard -p 3999 -- webpack serve --config ./webpack.config.js",
"test": "NODE_ENV=development BABEL_ENV=test mocha mocha-setup.js enzyme-setup.js $(find src -name *.spec.jsx) || true",
"eslint": "eslint .",
"build": "export NODE_ENV=production; BABEL_ENV=production; check-engines && check-dependencies && webpack --config webpack.production.config.js"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"author": "Zooniverse",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zooniverse/classroom"
},
"homepage": "https://github.com/zooniverse/classroom",
"dependencies": {
"@reduxjs/toolkit": "~1.9.7",
"browser-filesaver": "1.1.1",
"classnames": "~2.5.1",
"debounce": "~2.0.0",
"grommet": "~1.13.0",
"jumpstate": "~2.2.2",
"leaflet": "1.9.4",
"panoptes-client": "~5.6.0",
"papaparse": "~5.4.1",
"path-browserify": "~1.0.1",
"prop-types": "~15.8.1",
"punycode": "~2.3.1",
"react": "~16.14.0",
"react-copy-to-clipboard": "~5.1.0",
"react-dom": "~16.14.0",
"react-redux": "~8.1.3",
"react-router": "~4.2.0",
"react-router-dom": "~4.2.2",
"react-youtube": "~10.1.0",
"redux-logger": "~3.0.6",
"superagent": "~8.1.2",
"superagent-jsonapify": "~1.4.5",
"url": "~0.11.3",
"zoo-grommet": "~0.3.5",
"zooniverse-react-components": "~0.14.2"
},
"devDependencies": {
"@babel/cli": "~7.25.9",
"@babel/core": "~7.26.0",
"@babel/eslint-parser": "~7.25.9",
"@babel/preset-env": "~7.26.0",
"@babel/preset-react": "~7.25.9",
"@babel/register": "~7.25.9",
"babel-loader": "~9.2.1",
"chai": "~4.3.10",
"check-dependencies": "~2.0.0",
"check-engines": "~1.6.0",
"copy-webpack-plugin": "~11.0.0",
"css-loader": "~6.8.1",
"dirty-chai": "~2.0.1",
"enzyme": "~3.11.0",
"enzyme-adapter-react-16": "~1.15.7",
"eslint": "~8.54.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-plugin-import": "~2.29.0",
"eslint-plugin-jsx-a11y": "~6.8.0",
"eslint-plugin-react": "~7.33.2",
"eslint-plugin-react-hooks": "~4.6.0",
"html-webpack-plugin": "~5.6.3",
"jsdom": "~23.0.1",
"mini-css-extract-plugin": "~2.7.6",
"mocha": "~10.2.0",
"mock-local-storage": "~1.1.24",
"nib": "~1.2.0",
"process": "~0.11.10",
"rimraf": "~5.0.5",
"sinon": "~17.0.1",
"stats-webpack-plugin": "~0.7.0",
"style-loader": "~3.3.3",
"stylus": "~0.62.0",
"stylus-loader": "~7.1.3",
"webpack": "~5.96.1",
"webpack-cli": "~5.1.4",
"webpack-dashboard": "~3.3.8",
"webpack-dev-server": "~4.15.1"
}
}