-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "microprocessorui",
"version": "1.0.0",
"description": "UI for microprocessor",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cs101course/microprocessorUi.git"
},
"author": "David Collien",
"license": "MIT",
"bugs": {
"url": "https://github.com/cs101course/microprocessorUi/issues"
},
"homepage": "https://github.com/cs101course/microprocessorUi#readme",
"dependencies": {
"@cs101/microprocessor": "^1.1.4",
"@cs101/microprocessorexamples": "^1.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-simple-code-editor": "^0.11.0",
"webaudio-instruments": "^0.4.1"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"css-loader": "^5.2.6",
"fontface-loader": "0.0.8",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}