-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.37 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
{
"private": true,
"name": "redex-phenomic",
"devDependencies": {
"@phenomic/cli": "^1.0.0-alpha.18",
"@phenomic/core": "^1.0.0-alpha.18",
"@phenomic/preset-react-app": "^1.0.0-alpha.18",
"bs-platform": "^2.1.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"hard-source-webpack-plugin": "^0.5.14",
"npm-run-all": "^4.0.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router": "^3.2.0",
"reason-react": "^0.2.4"
},
"scripts": {
"reason:cleanup": "bsb -clean-world",
"reason:compile": "bsb -make-world",
"prepare": "npm run reason:compile",
"start": "npm run reason:cleanup && npm-run-all --parallel start:*",
"start:js": "phenomic start",
"start:reason": "npm run reason:compile -- -w",
"build": "npm run reason:compile && phenomic build",
"publish":
"cd dist && git init && git remote add origin [email protected]:Larask/larask.github.io.git && git add . && git commit -am 'Initial commit' && git push -fu origin master"
},
"version": "1.0.0-alpha.18",
"dependencies": {
"algoliasearch": "^3.24.8",
"algoliasearch-helper": "^2.23.2",
"bs-css": "^5.2.0",
"glamor-reset": "^3.0.0-3",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-scroll-viewport": "^0.3.0",
"react-timeago": "^3.4.3",
"reason-rebase": "^0.1.2",
"remark-highlight.js": "^5.0.0"
}
}