-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1022 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1022 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
{
"name": "django-react-loader",
"version": "1.0.2",
"description": "React component loader module for django and webpack",
"main": "dist/django-react-loader.js",
"scripts": {
"build": "NODE_ENV=production babel src -d dist --copy-files",
"clean": "del-cli dist",
"start": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"react": "^18.0.0",
"webpack-bundle-tracker": "^3.1.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0-beta.6",
"snyk": "^1.294.0",
"webpack": "^4.30.0"
},
"author": "Zagaran, Inc.",
"license": "MIT",
"repository": "zagaran/django-react-loader",
"homepage": "https://github.com/zagaran/django-react-loader",
"bugs": "https://github.com/zagaran/django-react-loader/issues",
"snyk": true
}