-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.35 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": "luckybox",
"version": "0.1.0",
"private": true,
"dependencies": {
"create-react-app": "^1.5.2",
"dygraphs": "^2.1.0",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-bootstrap-button-loader": "^1.0.11",
"react-dom": "^16.3.2",
"redux": "^4.0.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.4",
"react-transition-group": "^1.2.1",
"rimraf": "^2.6.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && rimraf ./build/**/*.map && mv build/index.html build/index.htm && rm build/manifest.json && rm build/service-worker.js && rm build/asset-manifest.json ",
"postbuild": "find build -regex '.*\\.\\(js\\|css\\)' -exec sed -i -E '\\/[\\*\\/]#\\ssourceMappingURL=main(\\.[0-9a-f]+)?\\.(css|js)\\.map(\\*\\/)?/g' {} + && gzip build/static/js/*.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "LuckyBox-react-bootstrap UI",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/alPetrovskij/LuckyBox-react-bootstrap.git"
},
"keywords": [
"LuckyBox-react-bootstrap"
],
"author": "aleksei petrovski",
"license": "ISC",
"bugs": {
"url": "https://github.com/alPetrovskij/LuckyBox-react-bootstrap/issues"
},
"homepage": "/"
}