-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "regexly",
"description": "WYSIWYG Regex playground for those who JavaScript",
"version": "0.2.0",
"private": true,
"homepage": "https://regexly.js.org",
"dependencies": {
"@types/codemirror": "^0.0.46",
"@types/jest": "^20.0.2",
"@types/node": "^8.0.4",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-ga": "^2.1.1",
"classnames": "^2.2.5",
"codemirror": "^5.28.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-ga": "^2.2.0",
"react-share": "git+https://github.com/neeksandhu/react-share.git"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "npm run update_version react-scripts-ts start",
"build": "npm run update_version react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"update_version": "cross-env REACT_APP_VERSION=$npm_package_version"
},
"devDependencies": {
"cross-env": "^5.0.5",
"gh-pages": "^1.0.0",
"react-scripts-ts": "^2.6.0",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
}
}