forked from EmilyMalkieri/ram-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 832 Bytes
/
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
{
"name": "ram-simulator",
"version": "0.1.0",
"homepage": "https://stefboehm.de/tools/ram-simulator",
"private": true,
"dependencies": {
"ajv": "^6.10.0",
"ajv-keywords": "^3.4.0",
"ansi-styles": "^3.2.1",
"assign-symbols": "^2.0.2",
"npm": "^6.9.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-scripts-ts": "^4.0.8",
"serve": "^10.1.2",
"ts-jest": "^24.0.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.11.6",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.3",
"typescript": "^3.3.4000"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}