-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "cra-universal",
"version": "3.0.2",
"description": "Create React App Universal CLI",
"main": "src/index.js",
"files": [
"src",
"templates/server"
],
"bin": {
"cra-universal": "./src/index.js"
},
"scripts": {
"release": "np",
"test": "jest --config=jest-config.json --coverage"
},
"author": "Antony Budianto <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/antonybudianto/cra-universal.git"
},
"license": "MIT",
"dependencies": {
"@cra-express/core": "^2.2.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.2",
"chalk": "^2.4.1",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"fs-extra": "6.0.1",
"has-yarn": "^1.0.0",
"inquirer": "^6.0.0",
"isomorphic-style-loader": "^4.0.0",
"null-loader": "^0.1.1",
"start-server-webpack-plugin": "3.0.0-rc3",
"url-loader": "^1.0.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-node-externals": "^1.7.2",
"yargs": "12.0.1"
},
"devDependencies": {
"jest": "^23.2.0"
}
}