-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"name": "datavizualization",
"version": "1.0.0",
"description": "This is a data visualization project for the national evaluation for 8th graders in Romania.",
"main": "src/index.js",
"dependencies": {
"d3": "^6.6.2",
"string-to-color": "^2.2.2"
},
"devDependencies": {
"css-loader": "^5.2.1",
"html-webpack-plugin": "^5.3.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.31.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --mode development --env development",
"prod": "webpack -p --progress --mode production --env.prod",
"build": "webpack --mode development",
"start": "webpack serve --open 'chrome'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nagykrisztianendre/DataVisualization.git"
},
"keywords": [
"Datavizualization"
],
"author": "Nagy Krisztián-Endre",
"license": "ISC",
"bugs": {
"url": "https://github.com/nagykrisztianendre/DataVisualization/issues"
},
"homepage": "https://github.com/nagykrisztianendre/DataVisualization#readme"
}