-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "emotebuilder",
"version": "0.1.0",
"private": true,
"homepage": "https://jamesmanning.github.io/emotebuilder/",
"dependencies": {
"bootstrap": "^3.3.7",
"emotes": "^1.1.14",
"react": "^16.3.0",
"react-autosuggest": "^9.3.4",
"react-bootstrap": "^0.32.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.3.0",
"react-scripts-ts": "2.14.0"
},
"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": "^22.2.2",
"@types/node": "^9.6.1",
"@types/react": "^16.1.0",
"@types/react-autosuggest": "^9.3.3",
"@types/react-bootstrap": "^0.32.6",
"@types/react-copy-to-clipboard": "^4.2.5",
"@types/react-dom": "^16.0.4",
"gh-pages": "^1.1.0",
"typescript": "^2.8.1"
}
}