-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "rol-table",
"version": "0.0.1",
"description": "Sample table component based on React on λambda",
"sideEffects": false,
"scripts": {
"start": "webpack-dev-server --open",
"build": "webpack -p",
"prebuild": "rimraf dist"
},
"author": "sultan99",
"license": "MIT",
"dependencies": {
"dynamic-cdn-webpack-plugin": "^4.0.0",
"module-to-cdn": "^3.1.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-on-lambda": "latest",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-eslint": "^10.0.1",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^5.0.2",
"eslint": "^5.16.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-better-styled-components": "^1.1.1",
"html-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}