-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
52 lines (52 loc) · 1.54 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
52
{
"private": true,
"name": "example-inferno",
"version": "12.2.1",
"description": "Fela example with Inferno",
"scripts": {
"client": "NODE_ENV=development webpack-dev-server",
"start": "concurrently --kill-others \"npm run client\" \"babel-node server.js\""
},
"author": "Robin Weser <[email protected]>",
"license": "MIT",
"dependencies": {
"create-inferno-context": "^0.2.4",
"fela": "^12.2.1",
"fela-beautifier": "^12.2.1",
"fela-dom": "^12.2.1",
"fela-perf": "^12.2.1",
"fela-plugin-embedded": "^12.2.1",
"fela-plugin-fallback-value": "^12.2.1",
"fela-plugin-logger": "^12.2.1",
"fela-plugin-lvha": "^5.0.16",
"fela-plugin-prefixer": "^12.2.1",
"fela-plugin-unit": "^12.2.1",
"fela-plugin-validator": "^12.2.1",
"inferno": "^6.1.5",
"inferno-create-element": "^6.1.5",
"inferno-fela": "^12.2.1",
"inferno-server": "^6.1.5"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/node": "^7.13.0",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.5.5",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.2.3",
"babel-plugin-inferno": "^6.3.0",
"concurrently": "^3.4.0",
"cross-env": "^6.0.3",
"express": "^4.14.0",
"express-http-proxy": "^1.0.3",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}