forked from play-grounds/react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "@play-grounds/react",
"version": "0.0.7",
"description": "react play grounds",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./bin/removeme.sh ; webpack --mode development ; ./bin/unremoveme.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/play-grounds/react.git"
},
"keywords": [
"react"
],
"author": "Melvin Carvalho <[email protected]> (https://melvincarvalho.com/#me)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/play-grounds/react/issues"
},
"homepage": "https://github.com/play-grounds/react#readme",
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.2",
"css-loader": "^1.0.0",
"style-loader": "^0.23.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.7.2",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"@solid/query-ldflex": "^2.5.1",
"babel-polyfill": "^6.26.0",
"install": "^0.13.0",
"ldflex": "^2.2.1",
"ln-service": "^40.1.3",
"npm": "^6.10.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"replace-in-file-webpack-plugin": "^1.0.6"
}
}