-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "lv-tutorial",
"version": "2.0.0",
"description": "Tutorial for Liqvid",
"scripts": {
"start": "liqvid serve",
"stylus": "stylus --compress --include-css --include ./node_modules --out static --watch styl/style.styl",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yuri Sulyma <[email protected]>",
"license": "MIT",
"dependencies": {
"@liqvid/cli": "^1.0.3",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"bezier-easing": "^2.1.0",
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"express": "^4.17.3",
"ibm-watson": "^6.2.2",
"liqvid": "2.1.1",
"livereload": "^0.9.3",
"pepjs": "^0.5.3",
"rangetouch": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rp-codebooth": "^1.2.0",
"rp-codemirror": "^1.0.0",
"rp-cursor": "^2.1.0",
"rp-paint": "^0.10.0",
"rp-prompt": "^1.2.0",
"stylus": "^0.56.0",
"stylus-loader": "^6.2.0",
"ts-loader": "^9.2.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"zustand": "^3.7.1"
},
"devDependencies": {
"@babel/runtime": "^7.17.2",
"babel-runtime": "^6.26.0",
"rp-recording": "^2.3.0"
}
}