mysticsymbolic.github.io/package.json

40 wiersze
1.1 KiB
JSON
Czysty Zwykły widok Historia

2021-02-03 00:26:40 +00:00
{
"name": "mythicsymbolic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2021-02-04 01:08:18 +00:00
"deploy": "npm run build && gh-pages -d dist",
2021-02-14 00:27:25 +00:00
"typecheck": "tsc --noemit",
2021-02-16 11:21:51 +00:00
"test:watch": "jest --watch",
"test": "jest",
"build": "node build-vocabulary.js && rm -rf dist && parcel build index.html -d dist --public-url .",
"watch": "node build-vocabulary.js && parcel index.html -d dist-watch"
2021-02-03 00:26:40 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.12.10",
2021-02-03 00:40:56 +00:00
"@types/cheerio": "^0.22.23",
2021-02-16 11:21:51 +00:00
"@types/jest": "^26.0.20",
2021-02-03 00:26:40 +00:00
"@types/node": "^14.14.22",
2021-02-04 00:11:34 +00:00
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
2021-02-16 11:21:51 +00:00
"babel-jest": "^26.6.3",
2021-02-03 00:26:40 +00:00
"cheerio": "^1.0.0-rc.5",
2021-02-04 01:08:18 +00:00
"gh-pages": "^3.1.0",
2021-02-16 11:21:51 +00:00
"jest": "^26.6.3",
2021-02-03 01:09:49 +00:00
"parcel-bundler": "^1.12.4",
2021-02-03 00:26:40 +00:00
"prettier": "^2.2.1",
2021-02-04 00:11:34 +00:00
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-02-03 00:26:40 +00:00
"typescript": "^4.1.3"
2021-02-15 14:13:00 +00:00
},
"browserslist": [
"since 2017-06"
]
2021-02-03 00:26:40 +00:00
}