-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 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
51
52
53
54
{
"name": "sproutcore_next",
"version": "0.0.5",
"description": "Attempt at next generation sc",
"directories": {
"test": "tests"
},
"main": "./sproutcore.js",
"type": "module",
"exports": {
".": "./sproutcore.js",
"GLOBAL": "./sproutcore_global.js",
"core": "./core/core.js",
"datastore": "./datastore/datastore.js",
"desktop": "./desktop/desktop.js",
"event": "./event/event.js",
"responder": "./responder/responder.js",
"statechart": "./statechart/statechart.js",
"view": "./view/view.js",
"testing": "./testing/testing.js",
"css": "./sproutcore_css.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:maurits.lamers/sproutcore_next"
},
"author": "Maurits Lamers",
"license": "MIT",
"types": "./typings/core.d.ts",
"dependencies": {
"jquery": "^3.5.1",
"less": "^4.1.1",
"mini-css-extract-plugin": "^2.7.2",
"npm": "^9.6.0",
"webpack-cli": "^5.0.1"
},
"devDependencies": {
"compass-mixins-fixed": "^1.0.1",
"css-loader": "^6.7.3",
"httpserver": "^0.3.0",
"karma": "^6.3.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-qunit": "^4.1.2",
"karma-webpack": "^5.0.0",
"qunit": "^2.14.1",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"webpack": "^5.28.0"
}
}