-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "react-legos",
"version": "0.0.1",
"description": "",
"main": "src/index.jsx",
"scripts": {
"start": "parcel ./public/index.html --open",
"build": "parcel build ./public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ironbay/react-legos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ironbay/react-legos/issues"
},
"homepage": "https://github.com/ironbay/react-legos#readme",
"devDependencies": {
"@types/moment-timezone": "^0.5.9",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.10.3",
"react-hot-loader": "^4.3.11",
"typescript": "^3.1.3"
},
"dependencies": {
"@ironbay/legos": "^1.0.13",
"classnames": "^2.2.6",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1"
}
}