-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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": "mattors",
"version": "1.0.0",
"description": "Generative art playground",
"main": "index.js",
"repository": "[email protected]:danieledapo/mattors.git",
"author": "Daniele D'Orazio <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/p5": "^0.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.3",
"autoprefixer": "^10.1.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^5.0.1",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.3",
"node-sass": "^5.0.0",
"postcss-loader": "^4.1.0",
"sass": "^1.24.0",
"sass-loader": "^10.1.0",
"source-map-loader": "^2.0.0",
"style-loader": "^2.0.0",
"tslint": "^6.1.3",
"typescript": "^4.1.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.1.2",
"spectre.css": "^0.5.8"
},
"scripts": {
"build": "webpack --mode production",
"lint": "tslint --project .",
"start": "webpack serve --mode development --open"
}
}