-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 738 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 738 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
{
"name": "python videos 4 beginners",
"version": "2020.9.16",
"description": "Python videos for beginners",
"private": true,
"scripts": {
"clean": "rimraf dist",
"start": "npm login --registry=https://npm.pkg.github.com/",
"publish": "npm publish"
},
"devDependencies": {
"@types/d3": "^3.5.34",
"concat": "^1.0.3",
"concurrently": "3.1.0",
"copyfiles": "1.0.0",
"rimraf": "2.5.4",
"serve": "^11.3.0",
"tsify": "^4.0.0",
"typescript": "^2.9",
"uglify-js": "^2.8.29",
"watchify": "^3.11.1"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
"dependencies": {
"d3": "^3.5.16",
"material-design-lite": "^1.3.0",
"seedrandom": "^2.4.3"
}
}