-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
38 lines (38 loc) · 1.19 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
{
"name": "pixitest",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "jest",
"start": "npm run clean && parcel src/index.html",
"build": "npm run clean && node ./nodeUtils/package/index.js && start chrome http://localhost:45678/index.html && http-server dist -e -p 45678 -c-1",
"clean": "rimraf ./dist ./.cache"
},
"author": "Niawag",
"license": "MIT",
"dependencies": {
"papaparse": "^5.3.0",
"pixi-filters": "^3.1.1",
"pixi-particles": "^4.2.0",
"pixi-spine": "^2.1.8",
"pixi.js": "^5.3.4"
},
"devDependencies": {
"@types/papaparse": "^5.2.4",
"@babel/compat-data": "7.9.0",
"@types/node": "^13.13.5",
"child_process": "^1.0.2",
"ts-server": "^0.0.15",
"@babel/core": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"@types/jest": "^24.0.23",
"babel-preset-es2015": "^6.24.1",
"http-server": "0.11.1",
"jest": "~24.9.0",
"parcel-bundler": "^1.11.0",
"rimraf": "^2.7.1",
"ts-jest": "^24.3.0",
"typescript": "^3.7.2",
"parcel-plugin-static-files-copy": "^2.3.1"
}
}