-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 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
42
43
44
45
46
47
48
49
50
51
{
"name": "inferno-proto-starter",
"author": "Antonin Adert",
"version": "0.0.1",
"license": "Apache 2.0",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"core-js": "^2.5.1",
"bcrypt": "^1.0.3",
"history": "^4.7.2",
"inferno": "^3.10.1",
"inferno-component": "^3.10.1",
"inferno-server": "^3.10.1",
"meteor-node-stubs": "~0.2.4",
"universal-router": "^3.2.0",
"viewmodel-react": "^2.4.1",
"viewmodel-react-plugin": "^3.1.0"
},
"babel": {
"presets": [
"env"
],
"plugins": [
[
"viewmodel-react-plugin",
{
"useInferno": true
}
],
"babel-plugin-syntax-jsx",
[
"babel-plugin-inferno",
{
"imports": true
}
]
]
},
"devDependencies": {
"eslint": "^4.7.2",
"babel-eslint": "^8.0.0",
"babel-plugin-inferno": "^3.3.0",
"eslint-plugin-inferno": "^7.0.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"inferno-devtools": "^3.10.1"
}
}