-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
39
40
41
42
43
44
{
"name": "px2style",
"version": "3.4.2",
"description": "Pickles 2 CSS Components.",
"private": false,
"scripts": {
"build": "composer run-script build",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"author": "Tomoya Koyanagi",
"license": "MIT",
"start": "./src_px2style/px2style.js",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"axios": "^0.25",
"babel-loader": "^8.2.4",
"csv-loader": "^3.0.5",
"gitui79": "github:tomk79/gitui79.js#develop",
"iterate79": "^1.1.1",
"jquery": "^3.6.0",
"keen-slider": "^6.8.6",
"langbank": "^0.3.1",
"laravel-mix": "^6.0.48",
"lodash": "^4.17.21",
"marked": "^4.0.12",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"testcafe": "^1.17.1",
"text-loader": "^0.0.1",
"tiny-slider": "^2.9.1",
"twig-loader": "^0.5.5",
"url-parse": "^1.4.7",
"utils79": "^0.0.5"
}
}