-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
68 lines (68 loc) · 1.91 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"author": {
"name": "Ross Ning",
"email": "[email protected]"
},
"name": "movy",
"version": "0.0.17",
"main": "dist/movy.js",
"license": "MIT",
"dependencies": {
"live-server": "^1.1.0",
"minimist": "^1.2.5"
},
"bin": {
"movy": "bin/movy.js"
},
"scripts": {
"dev": "concurrently \"webpack --watch --mode=development\" \"node bin/movy.js\"",
"build": "webpack --mode=production",
"lint": "eslint --ext .js bin/ src/editor.jsx webpack.config.js --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/rossning92/movy.git"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@codemirror/lang-javascript": "^0.19.7",
"@types/diff": "^5.0.2",
"@types/three": "^0.132.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@uiw/react-codemirror": "^4.5.1",
"babel-loader": "^8.2.3",
"babel-plugin-react-html-attrs": "^3.0.5",
"ccapture.js-npmfixed": "^1.1.0",
"concurrently": "^7.2.1",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.5.1",
"diff": "^5.0.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.1",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"gsap": "^3.6.1",
"html-webpack-plugin": "^5.5.0",
"mathjax": "3",
"prettier": "2.5.1",
"purecss": "^2.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"seedrandom": "^3.0.5",
"style-loader": "^3.3.1",
"three": "^0.132.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
}
}