-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 KB
/
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
38
{
"name": "yiddish-cornstarch",
"version": "0.1.0",
"homepage": "http://iburinoc.github.io/yiddish-cornstarch",
"private": true,
"dependencies": {
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/react-router-dom": "^4.3.1",
"bulma": "^0.7.1",
"bulma-start": "0.0.2",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"prismjs": "^1.15.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.17.0",
"react-test-renderer": "^16.5.2"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/jest": "^23.3.2",
"@types/node": "^10.10.0",
"@types/prismjs": "^1.9.0",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"gh-pages": "^2.0.0",
"typescript": "^3.1.1"
}
}