-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 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
{
"name": "tensor",
"version": "0.1.0",
"description": "An app for helping to visualize tensors in physical space",
"repository": {
"type": "git",
"url": "https://github.com/slindberg/tensor.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode=development",
"build": "webpack --mode=production"
},
"author": "Steven Lindberg",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"react-transform-catch-errors": "^1.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"flux": "^3.1.3",
"numeric": "^1.2.6",
"prop-types": "^15.7.2",
"react": "^15.6.2",
"react-addons-update": "^15.6.2",
"react-dom": "^15.6.2",
"react-measure": "^2.3.0",
"react-number-input": "^15.5.1",
"react-three": "^0.9.7",
"three": "^0.83.0"
}
}