-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "fusion-boilerplate",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"classnames": "^2.2.6",
"fusion-cli": "^1.6.0",
"fusion-core": "^1.3.1",
"fusion-plugin-i18n-react": "^1.0.4",
"fusion-plugin-react-helmet-async": "^1.0.0",
"fusion-plugin-react-redux": "^1.0.7",
"fusion-plugin-react-router": "^1.1.1",
"fusion-plugin-redux-action-emitter-enhancer": "^1.0.4",
"fusion-plugin-styletron-react": "^2.4.1",
"fusion-react": "^1.0.5",
"fusion-react-async": "^1.2.2",
"fusion-tokens": "^1.0.3",
"locale": "^0.1.0",
"prettier": "^1.13.7",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"reselect": "^3.0.1",
"styletron": "^3.0.4",
"todomvc-app-css": "^2.1.2",
"unfetch": "^3.0.0"
},
"scripts": {
"dev": "fusion dev",
"test": "fusion test",
"build": "fusion build",
"start": "fusion start",
"format": "npm run format:js && npm run format:md",
"format:js": "prettier src/**/*.js --write",
"format:md": "prettier *.md --write"
}
}