-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.61 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "augmath",
"version": "1.0.0",
"description": "AugMath is based on the idea that while Maths (broadly defined as the study and creation of structures) can and should explore its abstract aspects, it can not scape a \"representation\" when doing something that requires a tool that augments the human mind alone, and thus it should embrace, explore, and even seize this aspect as well. Really the work I'm doing here in JavaScript is the first baby step in a much grander vision of a future where Mathematics, Physics, Art, Engineering, Music, Philosophy, and other aspects of the Human Experience become much more intertwined and hard to distinguish. I imagine the classroom having become a virtual space for the exploration of structures, creating virtual worlds, whether they are to explore some awe-inspiring idea in a video game, or to make a tool to predict and model bosonic excitations in condensed matter.",
"main": "build/augmath.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "babel --presets es2015 js/main.js -o build/main.bundle.js",
"start": "http-server",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guillefix/augmath.git"
},
"author": "guillermo valle",
"license": "ISC",
"bugs": {
"url": "https://github.com/guillefix/augmath/issues"
},
"homepage": "https://github.com/guillefix/augmath#readme",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"algebra.js": "^0.2.6",
"algebrite": "^0.4.5",
"babel-runtime": "^6.25.0",
"bcrypt": "^0.8.7",
"big-integer": "^1.6.26",
"brototype": "0.0.5",
"classnames": "^2.2.5",
"jquery": "^3.2.1",
"jquery-ui": "1.10.5",
"latextomathml": "0.0.4",
"mathjs": "^3.20.0",
"mathml-to-asciimath": "^1.4.0",
"mathquill": "^0.10.1",
"meteor-node-stubs": "^0.2.11",
"nestedSortable": "^1.3.4",
"nodejs": "0.0.0",
"react": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-dom": "^15.6.1",
"react-redux": "^4.4.8",
"redux": "^3.7.2",
"redux-multi": "^0.1.91",
"tree-model": "^1.0.6",
"uglify-js": "^3.3.7",
"verdict.js": "^0.1.2",
"webpack-dev-server": "^3.1.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-latest": "^6.24.1",
"core-js": "^2.5.3",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"webpack": "^3.12.0",
"webpack-cli": "^2.1.3"
},
"keywords": [
"maths",
"interactive",
"animation"
],
"browserslist": [
"> 1%",
"last 2 versions"
]
}