-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 992 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
37
{
"devDependencies": {
"@types/marked": "^1.2.2",
"@types/node": "^14.17.5",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"cssnano": "^4.1.11",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"marked": "^1.2.9",
"parcel": "^2.0.0-beta.2",
"postcss": "^8.3.5",
"prettier": "2.3.2",
"source-map-support": "^0.5.19",
"ts-node": "^9.1.1",
"typescript": "^4.3.5"
},
"name": "rosarium",
"version": "1.0.0",
"main": "docs/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build src/index.html --public-url=/rosarium/",
"dev": "parcel serve src/index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}