-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
38
39
40
41
42
43
44
45
46
47
{
"name": "rrrageinput",
"version": "2.1.1",
"description": "Personal website",
"scripts": {
"prebuild": "run-s clean",
"build": "parcel build src/index.html --no-source-maps --no-cache",
"clean": "rimraf ./dist",
"lint": "run-s lint:code",
"lint:code": "eslint --ext ts,tsx src",
"format": "npx prettier --write .",
"start": "parcel src/index.html --no-source-maps --no-cache --open"
},
"author": "Kateryna Zaslavsky",
"license": "ISC",
"homepage": "https://rrrageinput.com/",
"devDependencies": {
"@parcel/transformer-image": "^2.5.0",
"@parcel/transformer-sass": "^2.5.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"effector": "^22.7.0",
"effector-localstorage": "^0.5.3",
"effector-react": "^22.5.1",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"parcel": "^2.5.0",
"prettier": "2.8.6",
"process": "^0.11.10",
"rimraf": "^4.4.0",
"sass": "^1.42.1",
"ts-node": "^10.0.0",
"typescript": "^5.0.2"
},
"dependencies": {
"cirrus-ui": "^0.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
}
}