-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1012 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
38
39
40
41
{
"name": "react-storeon-ts-parcel",
"version": "1.0.0",
"main": "src/index.tsx",
"license": "ISC",
"scripts": {
"start": "parcel serve ./src/index.html --open",
"build": "parcel build ./src/index.html",
"clean": "rimraf ./.parcel-cache ./node_modules ./dist && yarn && yarn start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcel-tabara/react-storeon-ts-parcel.git"
},
"keywords": [
"react",
"typescript",
"parcel",
"storeon",
"storeon/router",
"boilerplate",
"starter"
],
"homepage": "https://github.com/marcel-tabara/react-storeon-ts-parcel#readme",
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"parcel-bundler": "^1.12.4",
"rimraf": "^3.0.2",
"typescript": "^4.1.2"
},
"dependencies": {
"@storeon/router": "^2.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"storeon": "^3.1.1"
},
"browserslist": [
"last 1 Chrome version"
]
}