-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·42 lines (42 loc) · 1.07 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
{
"name": "cilor",
"version": "0.1.3",
"main": "src/cilor.js",
"license": "MIT",
"bin": "./src/cilor.js",
"dependencies": {
"@babel/core": "^7.6.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.6.3",
"@svgr/webpack": "^5.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"file-loader": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"regenerator-runtime": "^0.13.3",
"terser-webpack-plugin": "^2.1.3",
"url-loader": "^2.2.0",
"webpack": "^4.41.0",
"webpack-dev-server": "^3.8.2"
},
"description": "CLI to compile react project",
"author": "adiatma <[email protected]>",
"repository": "https://github.com/adiatma/cilor.git",
"keywords": [
"reactjs",
"cilor",
"webpack",
"cli",
"frontend",
"development"
],
"devDependencies": {
"jest": "24.9.0"
},
"scripts": {
"test": "jest"
}
}