-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 994 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
35
36
{
"name": "react-typescript-tailwindcss-parcel-starter",
"version": "1.0.0",
"main": "index.html",
"license": "MIT",
"scripts": {
"start": "parcel serve index.html",
"build": "parcel build index.html"
},
"ts-standard": {
"project": "./tsconfig.json"
},
"devDependencies": {
"@parcel/transformer-html": "^2.0.0-alpha.3",
"@parcel/transformer-svg-react": "^2.0.0-nightly.1739",
"@types/node": "^14.14.21",
"@types/parcel-env": "^0.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.0.0",
"autoprefixer": "^10.2.3",
"eslint": "^7.0.0",
"eslint-plugin-react-hooks": "^4.2.0",
"parcel": "^2.0.0-beta.1",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2",
"ts-standard": "^10.0.0",
"typescript": "^4.1.3"
},
"dependencies": {
"highlight.js": "^10.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}