forked from craftcms/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
{
"name": "craftcms",
"private": true,
"main": "webpack.config.js",
"scripts": {
"build": "webpack --node-env=production --progress",
"serve": "webpack-dev-server --node-env=development"
},
"devDependencies": {
"@craftcms/webpack": "./packages/craftcms-webpack",
"lerna": "^4.0.0"
},
"dependencies": {
"@benmajor/jquery-touch-events": "^2.0.3",
"@craftcms/sass": "./packages/craftcms-sass",
"@pixelandtonic/craftui": "~0.3.8",
"accounting": "^0.4.1",
"axios": "^0.26.1",
"blueimp-file-upload": "^10.31.0",
"d3": "^4.11.0",
"d3-format": "^1.4.4",
"d3-time-format": "^2.2.3",
"element-resize-detector": "^1.2.4",
"event-stream": "3.3.5",
"fabric": "^1.7.19",
"focus-visible": "^5.2.0",
"graphiql": "^1.7.1",
"graphiql-explorer": "^0.9.0",
"graphql": "^15.8.0",
"iframe-resizer": "^4.3.2",
"inputmask": "~3.2.2 || ~3.3.5",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"jquery.payment": "^3.0.0",
"lodash": "^4.17.21",
"picturefill": "^3.0.3",
"punycode": "1.4.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"selectize": "^0.12.6",
"sortablejs": "^1.14.0",
"tailwindcss": "^0.7.2",
"timepicker": "^1.13.18",
"v-tooltip": "^2.0.3",
"velocity-animate": "^1.5.0",
"vue": "^2.6.14",
"vue-autosuggest": "^1.8.1",
"vue-awesome-swiper": "^3.1.3",
"vue-cleave": "^1.2.2",
"vue-lodash": "^1.0.3",
"vue-router": "^3.5.1",
"vuetable-2": "^1.7.5",
"vuex": "^3.6.2",
"whatwg-fetch": "^0.11.1",
"xregexp": "^3.2.0",
"yii2-pjax": "~2.0.1"
}
}