-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 837 Bytes
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
{
"name": "metro",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"metro:start": "time node dev.js",
"metro:build": "time node build.js",
"wp": "time wp --config ./webpack.config.js",
"fp": "time fpack --dev ./src/index.js -o ./dist -n fastpack.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/preset-env": "7.6.3",
"@babel/preset-react": "7.6.3",
"@material-ui/core": "4.5.1",
"babel-loader": "^8.0.6",
"lodash": "^4.17.15",
"lodash-es": "4.17.15",
"metro": "0.56.0",
"metro-core": "0.56.0",
"react": "16.10.2",
"react-dom": "16.10.2",
"recharts": "1.7.1",
"webpack": "^4.41.1",
"webpack-nano": "^0.8.1"
},
"dependencies": {
"fastpack": "^0.9.1"
}
}