-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 930 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
{
"name": "rlnpc",
"version": "0.1.0",
"private": true,
"homepage": "http://mrkennedy.ca/rln",
"dependencies": {
"@types/react-bootstrap": "^0.31.6",
"@types/react-modal": "^2.2.2",
"@types/react-monaco-editor": "^0.8.2",
"monaco-editor": "^0.10.0",
"muicss": "^0.9.27",
"pouchdb-browser": "6.2.0",
"react": "^16.0.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.0.0",
"react-modal": "^3.1.0",
"react-monaco-editor": "^0.10.1",
"react-scripts-ts": "2.7.0",
"typescript": "^2.5.3"
},
"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": "^21.1.1",
"@types/node": "^8.0.31",
"@types/pouchdb-browser": "^6.1.1",
"@types/react": "^16.0.7",
"@types/react-dom": "^15.5.5"
}
}